Skip to content

Commit b91bd7b

Browse files
authored
Update .github/workflows/codeql.yml
1 parent 946aa8c commit b91bd7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Packages (cpp)
3030
if: ${{ matrix.language == 'cpp' }}
3131
run: |
32-
sudo apt-get update
32+
sudo apt-get update --fix-missing
3333
sudo apt-get install --yes libboost-all-dev
3434
3535
- name: Configure (cpp)

0 commit comments

Comments
 (0)