Skip to content

Commit

Permalink
gha: fix cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Oct 3, 2024
1 parent a8dcad0 commit fa05dcc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: "Build Rabe"
run: |
export PATH=$PATH:/root/.cargo/env
rustup default stable
./bin/inv_wrapper.sh rabe
- name: "Build FFmpeg"
run: ./bin/inv_wrapper.sh ffmpeg
- name: "Build ImageMagick"
Expand All @@ -87,8 +92,6 @@ jobs:
run: ./bin/inv_wrapper.sh tensorflow
- name: "Build PolyBench/C"
run: ./bin/inv_wrapper.sh polybench polybench --native
- name: "Build Rabe"
run: ./bin/inv_wrapper.sh rabe
- name: "Build functions used in the tests"
run: ./bin/inv_wrapper.sh func.tests
- name: "Get CPP/Python commits"
Expand Down

0 comments on commit fa05dcc

Please sign in to comment.