Skip to content

Commit 6586321

Browse files
committed
Merge branch 'fix-build-fixtures-action' into benchmark_v0.0.3
2 parents e286c50 + 22267f2 commit 6586321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-fixtures/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Generate fixtures using fill
3535
shell: bash
3636
run: |
37-
uv run fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} --solc-version=${{ steps.properties.outputs.solc }} ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }}
37+
uv run fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }}
3838
- name: Wrap ethereum/tests fixtures with eofwrap tool
3939
shell: bash
4040
if: ${{ steps.properties.outputs.eofwrap }}

0 commit comments

Comments
 (0)