Fix CodeQL workflow: Failed to perl 404 Not Found (#7313)
* Try running apt-get update first * Update ChangeLog
This commit is contained in:
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update; \
|
||||
sudo apt-get install -y \
|
||||
build-essential \
|
||||
cmake \
|
||||
|
||||
Reference in New Issue
Block a user