Skip to content

Commit 4d92d4f

Browse files
committed
Update
1 parent 800a5d1 commit 4d92d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
path: override
5252
- shell: julia --color=yes --project=. {0}
5353
env:
54-
SHA1: ${{ build-linux.outputs.sha1 }}
54+
SHA1: ${{ needs.build-linux.outputs.sha1 }}
5555
run: |
5656
open("~/.julia/artifacts/Overrides.toml", "w") do io
5757
override_dir = joinpath(ENV["GITHUB_WORKSPACE"], "override")

0 commit comments

Comments
 (0)