Skip to content

Commit

Permalink
Add apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Sep 15, 2023
1 parent d1f83a8 commit 06567ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
# uses a compiled language

- run: |
sudo apt-get install --assume-yes apache2-bin apache2 apache2-dev apache2-utils libmaxminddb-dev
sudo apt update
sudo apt install --assume-yes apache2-bin apache2 apache2-dev apache2-utils libmaxminddb-dev
./bootstrap
./configure
make
Expand Down

0 comments on commit 06567ff

Please sign in to comment.