mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
add protoc to github actions
This commit is contained in:
parent
518cc44267
commit
b681c7aad3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
- name: Set up Protoc
|
||||||
|
uses: Arduino/actions/setup-protoc@master
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: |
|
run: |
|
||||||
sudo apt install portaudio19-dev
|
sudo apt install portaudio19-dev
|
||||||
|
|
Loading…
Reference in a new issue