Skip to content

Commit 8250fc5

Browse files
committed
Update
1 parent 6be5fdc commit 8250fc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_test_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
run: |
5454
import SCIP_jll
5555
sha = last(splitpath(SCIP_jll.artifact_dir))
56-
content = "$sha = $(joinpath(ENV["GITHUB_WORKSPACE"], "override"))\n"
56+
dir = joinpath(ENV["GITHUB_WORKSPACE"], "override")
57+
content = "$sha = \"$(dir)\"\n"
5758
@show content
5859
write("/home/runner/.julia/artifacts/Overrides.toml", content)
5960
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)