ci: use `-cc tcc -no-retry-compilation` for all `-tcc` jobs.

pull/8345/head
Delyan Angelov 2021-01-25 18:55:40 +02:00
parent daff085033
commit 8520feee55
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 2 deletions

View File

@ -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