Skip to content

Commit

Permalink
👷 Export PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Dec 16, 2024
1 parent bfea054 commit 3297bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
usesh: true
prepare: |
pkg install bash libtool automake gnu-m4 tree wget gcc autoconf //solaris/text/gawk pkg://solaris/text/gnu-diffutils pkg://solaris/text/gnu-grep pkg://solaris/text/gnu-sed cmake
source <(curl -s https://raw.githubusercontent.com/psumbera/solaris-rust/refs/heads/main/sh.rust-web-install)
run: |
set -e
export LC_ALL=C LANG=C
export PATH=/root/.rust_solaris/rustc-*/bin:$PATH
uname -a
chown -R $(whoami):$(id -gn) ./
chmod -R a+rw ./
source <(curl -s https://raw.githubusercontent.com/psumbera/solaris-rust/refs/heads/main/sh.rust-web-install)
cargo install -f cargo-hack --locked
cargo hack test --locked --release --feature-powerset --exclude-features wasm
Expand Down

0 comments on commit 3297bc5

Please sign in to comment.