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 173f0f6 commit 01778fcCopy full SHA for 01778fc
1 file changed
.github/workflows/cadence_tests.yml
@@ -37,7 +37,7 @@ jobs:
37
restore-keys: |
38
${{ runner.os }}-flow-emulator-fork-
39
- name: Install Flow CLI
40
- run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v2.15.3
+ run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v2.16.0
41
- name: Update PATH and show Flow version
42
run: |
43
echo "/root/.local/bin" >> $GITHUB_PATH
0 commit comments