ci(gh/workflow): adding the default compilator at 42
Some checks failed
Build / build (push) Failing after 3s

This commit is contained in:
Raphael 2026-03-30 19:33:21 +02:00
parent 85d79529bc
commit a54b4dc4c7
No known key found for this signature in database

View file

@ -20,6 +20,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Mandatory - name: Mandatory
run: TERM=xterm make run: CC=clang TERM=xterm make
- name: Bonus - name: Bonus
run: TERM=xterm make bonus run: CC=clang TERM=xterm make bonus