Skip to content

Commit

Permalink
Add another missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Jul 16, 2023
1 parent 6c89ecb commit fa59e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Expand Up @@ -91,7 +91,7 @@ jobs:
# run: echo "NUM_CPU_CORES=$(grep -c processor /proc/cpuinfo)" >> $GITHUB_OUTPUT
run: echo "NUM_CPU_CORES=1" >> $GITHUB_OUTPUT
- name: Update package database
run: apt-get update -y
run: sudo apt-get update -y
# See comments beginning at
# https://github.com/actions/runner/issues/763#issuecomment-1435474884
# Without Git, actions/checkout@v3 will resort to REST and will not
Expand Down

0 comments on commit fa59e27

Please sign in to comment.