We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0172c54 commit 4cb4198Copy full SHA for 4cb4198
.github/workflows/build.yml
@@ -226,7 +226,8 @@ jobs:
226
227
- name: Download execution-spec-tests fixtures
228
run: |
229
- curl --retry 5 -fsSL https://github.com/ethereum/execution-spec-tests/releases/download/v5.4.0/fixtures_stable.tar.gz | tar xz
+ ARTIFACT_URL="$(grep ethereum/execution-spec-tests flake.nix | cut -f2 -d'"')"
230
+ curl --retry 5 -fsSL "$ARTIFACT_URL" | tar xz
231
232
- uses: actions/checkout@v4
233
with:
0 commit comments