We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45aac5a commit 2cd171cCopy full SHA for 2cd171c
.github/workflows/main.yml
@@ -171,7 +171,7 @@ jobs:
171
# Enable extra checks
172
export CG_CLIF_ENABLE_VERIFIER=1
173
174
- ./test.sh
+ rustup run nightly-2022-03-25 bash ./test.sh
175
176
- name: Package prebuilt cg_clif
177
# don't use compression as xzip isn't supported by tar on windows and bzip2 hangs
scripts/config.sh
@@ -4,5 +4,4 @@ set -e
4
5
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"
6
export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"
7
-export PATH="$(rustc --print sysroot)/bin;$PATH"
8
ls $(rustc --print sysroot)/bin
0 commit comments