mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
ci: protoc fix (#3566)
This commit is contained in:
committed by
dignifiedquire
parent
6c6499f2ff
commit
ba869a2e7f
5
.github/workflows/jsonrpc.yml
vendored
5
.github/workflows/jsonrpc.yml
vendored
@@ -26,6 +26,11 @@ jobs:
|
||||
override: true
|
||||
- name: Add Rust cache
|
||||
uses: Swatinem/rust-cache@v1.3.0
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
version: '3.20.1'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: npm install
|
||||
run: |
|
||||
cd deltachat-jsonrpc/typescript
|
||||
|
||||
Reference in New Issue
Block a user