mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: use -cc tcc -no-retry-compilation
for all -tcc
jobs.
This commit is contained in:
parent
daff085033
commit
8520feee55
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user