diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 322d9875e7..2e74ed140b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,10 +176,10 @@ jobs: ls - name: Test V run: | - ./v.exe -o hi.exe examples/hello_world.v + v.exe -o hi.exe examples/hello_world.v echo "ls:" ls - ./hi.exe + hi.exe #./v.exe -silent build-examples ubuntu-musl: