feat(gh/workflow): adding the installation of clang
All checks were successful
Build / build (push) Successful in 26s
Build / build (pull_request) Successful in 25s

This commit is contained in:
Raphael 2026-03-30 19:37:43 +02:00
parent a54b4dc4c7
commit a5bec11817
No known key found for this signature in database

View file

@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install clang
run: apt-get update && apt-get install -y clang
- name: Mandatory
run: CC=clang TERM=xterm make
- name: Bonus