Skip to content

Commit 737583c

Browse files
committed
Fix Solaris CI after solaris-vm was updated to CBE release 11.4.81
1 parent 3cf9007 commit 737583c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ jobs:
396396
uname -a
397397
run: |
398398
export PATH=$HOME/.rust_solaris/bin:$PATH
399-
cargo build --target x86_64-pc-solaris --all-targets --all-features && sudo cargo test
399+
cargo build --target x86_64-pc-solaris --all-targets --all-features && sudo env PATH=$PATH cargo test
400400
401401
# Test that we can build with the lowest version of all dependencies.
402402
# "cargo test" doesn't work because some of our dev-dependencies, like

0 commit comments

Comments
 (0)