Skip to content

Commit e730b91

Browse files
authored
Update .github/workflows/integration-test.yml
1 parent 38f8c7f commit e730b91

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/integration-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ jobs:
4646
- name: Checkout sources
4747
uses: actions/checkout@v4
4848

49-
- name: Install Rust toolchain
50-
uses: dtolnay/rust-toolchain@stable
51-
with:
52-
targets: wasm32-unknown-unknown
53-
components: rust-src
54-
55-
- name: Install system dependencies
56-
run: |
57-
sudo apt-get update
58-
sudo apt-get install -y protobuf-compiler libclang-dev
5949

6050
- name: Rust cache
6151
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)