ci: speed up bootstrapping_ci.yml, by using the default tcc when possible

This commit is contained in:
Delyan Angelov 2024-04-30 09:51:45 +03:00
parent d599631aa1
commit b0484ebdfe
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

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