mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci.yml: small windows fix
This commit is contained in:
parent
2a98cacecd
commit
56421beb8a
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -167,15 +167,16 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Downloading v.exe..."
|
echo "Downloading v.exe..."
|
||||||
curl -L https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip -o v_windows.zip
|
curl -L https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip -o v_windows.zip
|
||||||
ls
|
|
||||||
echo "Unzipping..."
|
echo "Unzipping..."
|
||||||
unzip v_windows.zip
|
unzip v_windows.zip
|
||||||
./v.exe --version
|
./v.exe --version
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
ls
|
||||||
- name: Test V
|
- name: Test V
|
||||||
run: |
|
run: |
|
||||||
./v.exe examples/hello_world.v
|
./v.exe -o hi.exe examples/hello_world.v
|
||||||
examples/hello_world.exe
|
ls
|
||||||
|
./hi.exe
|
||||||
./v.exe build-examples
|
./v.exe build-examples
|
||||||
|
|
||||||
ubuntu-musl:
|
ubuntu-musl:
|
||||||
|
Loading…
Reference in New Issue
Block a user