mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Merge remote-tracking branch 'upstream/master' into add-tags-on-update
This commit is contained in:
commit
15fe544254
1 changed files with 2 additions and 2 deletions
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: |
|
run: |
|
||||||
# add requirements
|
# add requirements
|
||||||
sudo apt install portaudio19-dev gettext
|
sudo apt install portaudio19-dev gettext rename
|
||||||
export UNOPT=1
|
export UNOPT=1
|
||||||
./check
|
./check
|
||||||
./bundle
|
./build
|
||||||
|
|
Loading…
Reference in a new issue