Skip to content

Commit

Permalink
ci.yml: fix run command
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Jan 8, 2020
1 parent ae266f5 commit 526f12f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@ jobs:
./v.exe --version
echo "Done"
- 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:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 526f12f

Please sign in to comment.