diff options
Diffstat (limited to 'library/compiler-builtins/ci/run-docker.sh')
| -rwxr-xr-x | library/compiler-builtins/ci/run-docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/ci/run-docker.sh b/library/compiler-builtins/ci/run-docker.sh index 215ad71a3c1..5e19cf4d0cb 100755 --- a/library/compiler-builtins/ci/run-docker.sh +++ b/library/compiler-builtins/ci/run-docker.sh @@ -38,7 +38,7 @@ run() { fi if [ -d compiler-rt ]; then - export RUST_COMPILER_RT_ROOT=./compiler-rt + export RUST_COMPILER_RT_ROOT="/checkout/compiler-rt" fi if [ "${GITHUB_ACTIONS:-}" = "true" ]; then |
