Skip to content

Commit ce26526

Browse files
committed
💚 Fix the V installation directory
1 parent 84b752e commit ce26526

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919

2020
- name: Setup Vlang
2121
run: |
22-
set -e
23-
git clone https://github.com/vlang/v
24-
cd v
22+
git clone https://github.com/vlang/v $HOME/v
23+
cd $HOME/v
2524
make
2625
sudo ./v symlink
2726

0 commit comments

Comments
 (0)