Skip to content

Commit 084c8b6

Browse files
committed
fix
1 parent 5df1a64 commit 084c8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ run() {
3838
fi
3939

4040
if [ -d compiler-rt ]; then
41-
export RUST_COMPILER_RT_ROOT="$(realpath /compiler-rt)"
41+
export RUST_COMPILER_RT_ROOT="$(realpath compiler-rt)"
4242
fi
4343

4444
if [ "${GITHUB_ACTIONS:-}" = "true" ]; then

0 commit comments

Comments
 (0)