Skip to content

Commit 039c47d

Browse files
committed
codeql: run apt update before installing deps
1 parent 0b553bf commit 039c47d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050

5151
- name: Install dependencies
5252
run: |
53+
sudo apt update
5354
sudo apt install qtbase5-dev qtbase5-dev-tools libqt5svg5-dev
5455
5556
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)