Skip to content

Commit

Permalink
switch flow cli install command (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline authored Aug 9, 2024
1 parent 54a12b2 commit b1d7414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Flow dependencies
run: npm i
- name: Install Flow CLI
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/feature/stable-cadence/install.sh)"
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
- name: Run tests
run: sh ./run-tests.sh
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit b1d7414

Please sign in to comment.