We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2328f13 commit 950fb52Copy full SHA for 950fb52
1 file changed
.github/workflows/cadence-tests.yml
@@ -13,15 +13,11 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
16
- - name: Setup Go (for Flow CLI install)
17
- uses: actions/setup-go@v5
18
- with:
19
- go-version: stable
20
-
21
- name: Install Flow CLI v2.7.2 (matches local)
22
run: |
23
- go install github.com/onflow/flow-cli/v2/cmd/flow@v2.7.2
24
- echo "$HOME/go/bin" >> $GITHUB_PATH
+ curl -sL https://github.com/onflow/flow-cli/releases/download/v2.7.2/flow-linux-amd64 -o flow
+ chmod +x flow
+ sudo mv flow /usr/local/bin/flow
25
flow version
26
27
- name: Cache Flow emulator data (disabled)
0 commit comments