From b0484ebdfef452e7846c9a8da2ec0f36f28ee8f9 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 30 Apr 2024 09:51:45 +0300 Subject: [PATCH] ci: speed up bootstrapping_ci.yml, by using the default tcc when possible --- .github/workflows/bootstrapping_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bootstrapping_ci.yml b/.github/workflows/bootstrapping_ci.yml index f10318d4c4..afb3f8a853 100644 --- a/.github/workflows/bootstrapping_ci.yml +++ b/.github/workflows/bootstrapping_ci.yml @@ -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