mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: speed up bootstrapping_ci.yml, by using the default tcc when possible
This commit is contained in:
parent
d599631aa1
commit
b0484ebdfe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bootstrapping_ci.yml
vendored
4
.github/workflows/bootstrapping_ci.yml
vendored
|
@ -24,8 +24,8 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc clang -no-parallel
|
VFLAGS: -no-parallel
|
||||||
B_CFLAGS: -g
|
B_CFLAGS:
|
||||||
B_LFLAGS: -lm -lpthread
|
B_LFLAGS: -lm -lpthread
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue