From bc288019932c35cc09dcf7b438bc795dc32bdd0b Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 18 Sep 2020 21:32:05 +0300 Subject: [PATCH] ci: fix failing ubuntu-musl job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d9646c52a..e36f98d483 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,7 +249,7 @@ jobs: echo $VFLAGS && make -j4 && ./v -cg -o v cmd/v - name: Test V fixed tests run: | - v test-fixed + ./v test-fixed # ubuntu-musl: # runs-on: ubuntu-18.04