CI: Install missing autopoint

This commit is contained in:
Tim Rühsen 2022-12-09 13:18:13 +01:00
parent c03f48aa24
commit 5eaa8b4796
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
if: ${{ matrix.language == 'cpp' }}
run: |
sudo apt-get update
sudo apt-get install --yes lzip
sudo apt-get install --yes lzip autopoint
- name: Configure (cpp)
if: ${{ matrix.language == 'cpp' }}