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