From 3628751199de64427d1b9f8322b51c9d82a43516 Mon Sep 17 00:00:00 2001 From: yuyi Date: Sat, 23 Jan 2021 14:04:24 +0800 Subject: [PATCH] ci: fix prebuild.yml (#8269) --- .github/workflows/prebuilt.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/prebuilt.yml b/.github/workflows/prebuilt.yml index d617cbcf3..1e19472e3 100644 --- a/.github/workflows/prebuilt.yml +++ b/.github/workflows/prebuilt.yml @@ -21,6 +21,7 @@ jobs: ./v -version - name: Test V run: | + cd v ./v run examples/hello_world.v macos: @@ -41,6 +42,7 @@ jobs: ./v -version - name: Test V run: | + cd v ./v run examples/hello_world.v windows: @@ -56,4 +58,5 @@ jobs: & .\v.exe -version - name: Test V run: | + & cd v & .\v.exe run .\examples\hello_world.v -- 2.30.2