From 8520feee55473f9ca9fc548a11973affbbee399d Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 25 Jan 2021 18:55:40 +0200 Subject: [PATCH] ci: use `-cc tcc -no-retry-compilation` for all `-tcc` jobs. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3729408286..799c2867ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-20.04 timeout-minutes: 30 env: - VFLAGS: -cc tcc + VFLAGS: -cc tcc -no-retry-compilation steps: - uses: actions/checkout@v2 - name: Install dependencies @@ -638,7 +638,7 @@ jobs: runs-on: windows-2019 timeout-minutes: 30 env: - VFLAGS: -cc tcc + VFLAGS: -cc tcc -no-retry-compilation steps: - uses: actions/checkout@v2 - name: Build with make.bat -tcc