Skip to content

Commit 8ede098

Browse files
committed
workflow: dataroot is share/, julia/ appended internally (re-apply)
1 parent 48b52b4 commit 8ede098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/julia-win-bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
-C "generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1);x86-64-v4,-rdrnd,base(1)" \
107107
--output-o "..\\${PRIVATE_LIBDIR//\//\\}\\basecompiler-o.a.tmp" \
108108
--startup-file=no --warn-overwrite=yes -g1 Base_compiler.jl \
109-
--buildroot "..\\usr\\" --dataroot "..\\usr\\share\\julia\\" \
109+
--buildroot "..\\usr\\" --dataroot "..\\usr\\share\\" \
110110
2>&1 | tee ../basecompiler.log
111111
echo "=== exit code: $? ==="
112112
echo "=== output tail ==="

0 commit comments

Comments
 (0)