mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +03:00
ci: protoc fix (#3566)
This commit is contained in:
committed by
dignifiedquire
parent
6c6499f2ff
commit
ba869a2e7f
6
.github/workflows/node-tests.yml
vendored
6
.github/workflows/node-tests.yml
vendored
@@ -27,7 +27,11 @@ jobs:
|
||||
cargo -vV
|
||||
npm --version
|
||||
node --version
|
||||
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
version: '3.20.1'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user