Skip to content

Commit 4cb4198

Browse files
committed
Correct test artifact for Windows tests
1 parent 0172c54 commit 4cb4198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ jobs:
226226

227227
- name: Download execution-spec-tests fixtures
228228
run: |
229-
curl --retry 5 -fsSL https://github.com/ethereum/execution-spec-tests/releases/download/v5.4.0/fixtures_stable.tar.gz | tar xz
229+
ARTIFACT_URL="$(grep ethereum/execution-spec-tests flake.nix | cut -f2 -d'"')"
230+
curl --retry 5 -fsSL "$ARTIFACT_URL" | tar xz
230231
231232
- uses: actions/checkout@v4
232233
with:

0 commit comments

Comments
 (0)