Fix CodeQL workflow: Failed to perl 404 Not Found (#7313)

* Try running apt-get update first

* Update ChangeLog
This commit is contained in:
Nick Bolton
2024-01-09 10:06:46 +00:00
committed by GitHub
parent 1ca66588c5
commit 31775622f3
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt-get update; \
sudo apt-get install -y \
build-essential \
cmake \