From d807a01d6b42b1c551f2eb54a4c05060879c1337 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 29 Nov 2019 19:19:18 +0300 Subject: [PATCH] fix ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4170fe93b..25c793a2a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,8 +73,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Download V - run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip - && unzip v_linux.zip && ./v --version + run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip && unzip v_linux.zip && ./v --version ubuntu-tcc: