Skip to content

Commit 5eaa8b4

Browse files
committed
CI: Install missing autopoint
1 parent c03f48a commit 5eaa8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ matrix.language == 'cpp' }}
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install --yes lzip
35+
sudo apt-get install --yes lzip autopoint
3636
3737
- name: Configure (cpp)
3838
if: ${{ matrix.language == 'cpp' }}

0 commit comments

Comments
 (0)