Skip to content

Commit

Permalink
Update CI with new Flow CLI install script
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Dec 18, 2022
1 parent e95ee33 commit d990e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run build

- name: Install Flow CLI
run: sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"

- name: Test
run: npm run test

0 comments on commit d990e26

Please sign in to comment.