mirror of
https://github.com/vlang/v.git
synced 2025-09-11 08:25:42 -04:00
ci: speed up bootstrapping_ci.yml, by using the default tcc when possible
This commit is contained in:
parent
d599631aa1
commit
b0484ebdfe
4
.github/workflows/bootstrapping_ci.yml
vendored
4
.github/workflows/bootstrapping_ci.yml
vendored
@ -24,8 +24,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
VFLAGS: -cc clang -no-parallel
|
||||
B_CFLAGS: -g
|
||||
VFLAGS: -no-parallel
|
||||
B_CFLAGS:
|
||||
B_LFLAGS: -lm -lpthread
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user