mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
update before apt install to fix CI
This commit is contained in:
parent
895db35859
commit
5827535a65
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -20,5 +20,5 @@ jobs:
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: |
|
run: |
|
||||||
# add requirements
|
# add requirements
|
||||||
sudo apt install portaudio19-dev gettext rename
|
sudo apt update; sudo apt install portaudio19-dev gettext rename
|
||||||
make check build BUILDFLAGS=""
|
make check build BUILDFLAGS=""
|
||||||
|
|
Loading…
Reference in a new issue