Skip to content

Commit 11b1d29

Browse files
committed
gha: fix cargo build
1 parent a8dcad0 commit 11b1d29

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
uses: actions/checkout@v4
6868
with:
6969
submodules: true
70+
- name: "Build Rabe"
71+
run: |
72+
export PATH=$PATH:/root/.cargo/env
73+
rustup default stable
74+
rustup target add wasm32-wasip1
75+
./bin/inv_wrapper.sh rabe
7076
- name: "Build FFmpeg"
7177
run: ./bin/inv_wrapper.sh ffmpeg
7278
- name: "Build ImageMagick"
@@ -87,8 +93,6 @@ jobs:
8793
run: ./bin/inv_wrapper.sh tensorflow
8894
- name: "Build PolyBench/C"
8995
run: ./bin/inv_wrapper.sh polybench polybench --native
90-
- name: "Build Rabe"
91-
run: ./bin/inv_wrapper.sh rabe
9296
- name: "Build functions used in the tests"
9397
run: ./bin/inv_wrapper.sh func.tests
9498
- name: "Get CPP/Python commits"

0 commit comments

Comments
 (0)