From f4c288215ed0f4bf6b35afec03a9db60c8fa38c5 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 22 Dec 2020 22:44:28 +0200 Subject: [PATCH] ci: use `./v build-tools` in ubuntu-tcc to diagnose errors more easily --- .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 c22bfb1884..79542bc798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: - name: Build examples run: ./v build-examples - name: Test building v tools - run: ./v -silent build-tools + run: ./v build-tools - name: Test v binaries run: ./v build-vbinaries