Skip to content

Commit

Permalink
gh action install command
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline committed Mar 14, 2024
1 parent f0af5a4 commit 18ef288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.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/master/install.sh)" -- v1.9.2-stable-cadence.1
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/feature/stable-cadence/install.sh)"
- name: Run tests
run: |
./run-tests.sh
Expand Down

0 comments on commit 18ef288

Please sign in to comment.