Skip to content

Commit

Permalink
Enable the environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 27, 2024
1 parent 0c12e3e commit 6994d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/build-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ PROJECT_FILE=$2

# Install rust tooling
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
cargo install nextest
. "/home/runner/.cargo/env"

rustc -V
cargo -V

# Build Rust binaries
cargo build --release

cargo nextest run --release
cargo test run --release

# Now do Haskell things
./build.sh "$RUNNER_OS" "$PROJECT_FILE"

0 comments on commit 6994d46

Please sign in to comment.