We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e129fd3 commit d99e80dCopy full SHA for d99e80d
.github/workflows/pages.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions-rust-lang/setup-rust-toolchain@v1
13
+ - name: Install protoc
14
+ run: sudo apt-get install protobuf-compiler
15
- name: Install wasm-pack
16
run: cargo install wasm-pack
17
- name: Build
.github/workflows/rust.yml
@@ -17,7 +17,7 @@ jobs:
18
- uses: actions/checkout@v3
19
- name: Install protoc
20
- run: apt-get install protobuf-compiler
21
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments