Skip to content

Commit

Permalink
fix: add shell to composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov committed Dec 2, 2024
1 parent 94c836c commit 09837b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-kurtosis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ runs:
/usr/local/bin/polycli version
- name: Build docker image
working-directory: ./cdk-erigon
shell: bash
run: docker build -t cdk-erigon:local --file Dockerfile .

- name: Remove unused flags
Expand Down

0 comments on commit 09837b4

Please sign in to comment.