Skip to content

Commit

Permalink
Fix Flow CLI install
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Sep 27, 2024
1 parent 1839513 commit ac7bb1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
run: ./check-headers.sh

- name: Install Flow CLI
# run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
run: sh -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: Get Flow CLI version
id: testbed
Expand Down

0 comments on commit ac7bb1d

Please sign in to comment.