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 db647f6 commit b0eee2bCopy full SHA for b0eee2b
1 file changed
.github/workflows/incrementfi_tests.yml
@@ -18,7 +18,7 @@ jobs:
18
token: ${{ secrets.GH_PAT }}
19
submodules: "true"
20
- name: Install Flow CLI
21
- 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/master/install.sh)" -- v2.2.17
22
- name: Flow CLI Version
23
run: flow version
24
- name: Update PATH
0 commit comments