Skip to content

Commit 32255a6

Browse files
authored
Merge pull request #1686 from SatoshiPortal/fix-fvm-in-ci
ci: fix FVM install failure
2 parents a102bc4 + 8b19f41 commit 32255a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/analyze_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Install FVM
1717
run: |
18-
curl -fsSL https://fvm.app/install.sh | bash -s -- 4.0.3
19-
echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
18+
curl -fsSL https://fvm.app/install.sh | bash -s -- 4.0.5
19+
echo "$HOME/fvm/bin" >> $GITHUB_PATH
2020
2121
- run: make fvm-check
2222
- run: make clean

0 commit comments

Comments
 (0)