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 6234d8b commit dc121f1Copy full SHA for dc121f1
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install Flow CLI
16
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
17
- name: Flow cli Version
18
- run: flow-c1 version
+ run: flow version
19
- name: Update PATH
20
run: echo "/root/.local/bin" >> $GITHUB_PATH
21
- name: Run tests
0 commit comments