Skip to content

Commit 2cd171c

Browse files
committed
[WIP]
1 parent 45aac5a commit 2cd171c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
# Enable extra checks
172172
export CG_CLIF_ENABLE_VERIFIER=1
173173
174-
./test.sh
174+
rustup run nightly-2022-03-25 bash ./test.sh
175175
176176
- name: Package prebuilt cg_clif
177177
# don't use compression as xzip isn't supported by tar on windows and bzip2 hangs

scripts/config.sh

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ set -e
44

55
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"
66
export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"
7-
export PATH="$(rustc --print sysroot)/bin;$PATH"
87
ls $(rustc --print sysroot)/bin

0 commit comments

Comments
 (0)