Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie authored Jan 9, 2024
1 parent 0b42733 commit 178703c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
usesh: true
prepare: |
set -ex
pkg install -y llvm16 git
pkg install -y llvm16 git gmake
curl https://sh.rustup.rs -sSf | sh -s -- -y
. $HOME/.cargo/env
rustup target add riscv64imac-unknown-none-elf
Expand All @@ -222,6 +222,6 @@ jobs:
cargo generate --path . standalone-contract --name test-contract
pwd
cd test-contract
make build test check clippy
gmake build test check clippy
cd ..
pwd

0 comments on commit 178703c

Please sign in to comment.