mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci.yml: fix run command
This commit is contained in:
parent
ae266f56e2
commit
526f12feff
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -173,7 +173,10 @@ jobs:
|
|||||||
./v.exe --version
|
./v.exe --version
|
||||||
echo "Done"
|
echo "Done"
|
||||||
- name: Test V
|
- name: Test V
|
||||||
run: ./v.exe examples/hello_world.v && examples/hello_world.exe && ./v.exe build-examples
|
run: |
|
||||||
|
./v.exe examples/hello_world.v
|
||||||
|
examples/hello_world.exe
|
||||||
|
./v.exe build-examples
|
||||||
|
|
||||||
ubuntu-musl:
|
ubuntu-musl:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
Loading…
Reference in New Issue
Block a user