Skip to content

Commit

Permalink
Update vm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Dec 16, 2024
1 parent 3297bc5 commit ede487d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ jobs:
run: |
set -e
export LC_ALL=C LANG=C
echo $PATH
export PATH=/root/.rust_solaris/rustc-*/bin:$PATH
echo $PATH
ls /root/.rust_solaris/rustc-*/bin/
uname -a
chown -R $(whoami):$(id -gn) ./
chmod -R a+rw ./
cargo install -f cargo-hack --locked
cargo hack test --locked --release --feature-powerset --exclude-features wasm
/root/.rust_solaris/rustc-*/bin/cargo install -f cargo-hack --locked
/root/.rust_solaris/rustc-*/bin/cargo hack test --locked --release --feature-powerset --exclude-features wasm
NetBSD-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ede487d

Please sign in to comment.