Skip to content

Commit

Permalink
codeql.yml: add 'apt-get update' (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored Feb 25, 2024
1 parent a8d2ed0 commit 7273a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake g++
- name: Build
Expand Down

0 comments on commit 7273a96

Please sign in to comment.