mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
possible CI fix
This commit is contained in:
parent
818b9193a8
commit
beee1f10e0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -13,6 +13,8 @@ jobs:
|
|||
python-version: 3.7
|
||||
- name: Set up protoc
|
||||
uses: ankitects/setup-protoc@master
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Set up node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue