Skip to content

Commit ff26f56

Browse files
committed
update apt before installing dependencies
1 parent c38e173 commit ff26f56

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535

3636

3737
- name: Install APT dependencies
38-
run: sudo apt install libfuse3-dev libwebsockets-dev clang-tidy
38+
run: |
39+
sudo apt update
40+
sudo apt install libfuse3-dev libwebsockets-dev clang-tidy
3941
4042
- name: Configure CMake
4143
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DWITHOUT_TEST=ON

0 commit comments

Comments
 (0)