Skip to content

Commit 4cb221f

Browse files
committed
Update
1 parent 8250fc5 commit 4cb221f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_test_windows.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ jobs:
5656
dir = joinpath(ENV["GITHUB_WORKSPACE"], "override")
5757
content = "$sha = \"$(dir)\"\n"
5858
@show content
59-
write("/home/runner/.julia/artifacts/Overrides.toml", content)
59+
write(
60+
replace(SCIP_jll.artifact_dir, sha => "Overrides.toml"),
61+
content,
62+
)
6063
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)