Skip to content

Commit

Permalink
codeql.yml: add 'sudo apt-get update'
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 25, 2024
1 parent b57acc8 commit 86e023e
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 @@ -56,6 +56,7 @@ jobs:
id: cpp/non-https-url
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y ccache cmake g++ sqlite3 libsqlite3-dev libtiff-dev libcurl4-openssl-dev
# cache the .ccache directory
# key it on the runner os, build type, deps, and arch
Expand Down

0 comments on commit 86e023e

Please sign in to comment.