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 950fb52 commit d902ff4Copy full SHA for d902ff4
1 file changed
.github/workflows/cadence-tests.yml
@@ -15,9 +15,9 @@ jobs:
15
16
- name: Install Flow CLI v2.7.2 (matches local)
17
run: |
18
- curl -sL https://github.com/onflow/flow-cli/releases/download/v2.7.2/flow-linux-amd64 -o flow
19
- chmod +x flow
20
- sudo mv flow /usr/local/bin/flow
+ export FLOW_CLI_VERSION=v2.7.2
+ sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
+ echo "$HOME/.local/bin" >> $GITHUB_PATH
21
flow version
22
23
- name: Cache Flow emulator data (disabled)
0 commit comments