Add apt update.
This commit is contained in:
parent
662a45d02f
commit
fce2815300
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Install needed dependencies
|
- name: Install needed dependencies
|
||||||
run: sudo apt install xorg-dev libglu1-mesa-dev
|
run: sudo apt update && sudo apt install xorg-dev libglu1-mesa-dev
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user