Skip to content

Commit

Permalink
👷 move dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Dec 16, 2024
1 parent ede487d commit 8438b88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
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)
mv /root/.rust_solaris/rustc-*/ /root/.rust_solaris/rustc/
run: |
set -e
export LC_ALL=C LANG=C
echo $PATH
export PATH=/root/.rust_solaris/rustc-*/bin:$PATH
export PATH=/root/.rust_solaris/rustc/bin:$PATH
echo $PATH
ls /root/.rust_solaris/rustc-*/bin/
ls /root/.rust_solaris/rustc/bin/
uname -a
chown -R $(whoami):$(id -gn) ./
chmod -R a+rw ./
Expand Down

0 comments on commit 8438b88

Please sign in to comment.