From fa05dcc2a8113845f7b73f03e28c44bd9aece6a4 Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Thu, 3 Oct 2024 17:31:41 +0000 Subject: [PATCH] gha: fix cargo build --- .github/workflows/tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca1a8bf..019bbbf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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" @@ -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"