From a54b4dc4c7fa8c0f22927d9a2be61e5a6e58d419 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 30 Mar 2026 19:33:21 +0200 Subject: [PATCH] ci(gh/workflow): adding the default compilator at 42 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c90c861..427cfe1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Mandatory - run: TERM=xterm make + run: CC=clang TERM=xterm make - name: Bonus - run: TERM=xterm make bonus + run: CC=clang TERM=xterm make bonus