Skip to content

Commit

Permalink
Remove feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming authored and joshuahannan committed Jul 2, 2024
1 parent 71b0f49 commit 8f67f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: '1.21.5'
go-version: "1.21.5"
- name: Install Flow CLI
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: Flow cli Version
run: flow-c1 version
- name: Update PATH
Expand Down

0 comments on commit 8f67f15

Please sign in to comment.