Skip to content

Commit

Permalink
chore: fix github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Sep 9, 2024
1 parent 77c96e7 commit 3cac0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-evm-base/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ runs:
echo "X-Dist parameter: ${{ steps.config-evm-impl-config-reader.outputs.x-dist }}"
- name: Skip building for EELS
if: steps.config-evm-reader.outputs.impl == 'eels'
shell: bash
run: echo "Skipping build for EELS"
- name: Build the EVM using Geth action
if: steps.config-evm-reader.outputs.impl == 'geth'
Expand Down

0 comments on commit 3cac0e4

Please sign in to comment.