Skip to content

Commit 301bedc

Browse files
committed
More revert
1 parent 53f6ac4 commit 301bedc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ jobs:
2929
- name: Checkout sources
3030
uses: actions/checkout@v4
3131

32+
- name: Install Rust toolchain
33+
uses: dtolnay/rust-toolchain@stable
34+
with:
35+
targets: wasm32-unknown-unknown
36+
components: rust-src
37+
38+
- name: Install system dependencies
39+
run: |
40+
sudo apt-get update
41+
sudo apt-get install -y protobuf-compiler libclang-dev
42+
3243
- name: Rust cache
3344
uses: Swatinem/rust-cache@v2
3445
with:

0 commit comments

Comments
 (0)