Skip to content

Commit 7cf66b6

Browse files
committed
[*] update normally
1 parent bd61e23 commit 7cf66b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515

1616
- run: |
1717
sudo apt-get update -y
18-
sudo apt-get install -y ninja-build fvm llvm
18+
sudo apt-get install -y ninja-build llvm curl
19+
20+
- run: |
21+
curl -fsSL https://fvm.app/install.sh | bash
1922
2023
- run: echo "start install Rust..."
2124
- name: Install Rust

0 commit comments

Comments
 (0)