We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75b0eb commit 3b4fb69Copy full SHA for 3b4fb69
.github/workflows/main.yml
@@ -172,7 +172,7 @@ jobs:
172
export CG_CLIF_ENABLE_VERIFIER=1
173
174
rustup run nightly-2022-03-25 bash -c 'env'
175
- rustup run nightly-2022-03-25 bash ./test.sh
+ ./test.sh
176
177
- name: Package prebuilt cg_clif
178
# don't use compression as xzip isn't supported by tar on windows and bzip2 hangs
scripts/config.sh
@@ -4,4 +4,5 @@ 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