Skip to content

Commit a49b27e

Browse files
committed
👷 Fix broken solaris ci
1 parent dd6b0e9 commit a49b27e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
prepare: |
3030
pkg install bash libtool 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
3131
source <(curl -s https://raw.githubusercontent.com/psumbera/solaris-rust/refs/heads/main/sh.rust-web-install)
32-
mv /root/.rust_solaris/rustc-*/ /root/.rust_solaris/rustc/
32+
# mv /root/.rust_solaris/rustc-*/ /root/.rust_solaris/rustc/
3333
run: |
3434
set -e
3535
export LC_ALL=C LANG=C
36-
export PATH=/root/.rust_solaris/rustc/bin:$PATH
36+
# export PATH=/root/.rust_solaris/rustc/bin:$PATH
3737
uname -a
3838
chown -R $(whoami):$(id -gn) ./
3939
chmod -R a+rw ./

0 commit comments

Comments
 (0)