Skip to content

Commit

Permalink
fix: allow ganache install
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x authored Apr 25, 2024
1 parent b5de350 commit 6114af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
node-version: 16

- name: Install ganache
if: ${{ inputs.network == 'arb' }}
if: ${{ endsWith(inputs.network, 'ganache') || inputs.network == 'arb' }}
run: npm install -g [email protected]

- name: Set up python 3.10
Expand Down

0 comments on commit 6114af3

Please sign in to comment.