Skip to content

Commit

Permalink
chore: Pin fluence-cli version to 0.11.1 as a workaround (#121)
Browse files Browse the repository at this point in the history
Pin fluence-cli version to 0.11.1 as a workaround
  • Loading branch information
nahsi authored Oct 23, 2023
1 parent bf49ebf commit c6c9a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Install fluence-cli@unstable
run: npm i -g @fluencelabs/cli@unstable
run: npm i -g @fluencelabs/cli@0.11.1

- name: Check if main.aqua compiles
run: fluence aqua --dry
Expand Down

0 comments on commit c6c9a2e

Please sign in to comment.