ci(gh/workflow): adding the default compilator at 42
Some checks failed
Build / build (push) Failing after 3s
Some checks failed
Build / build (push) Failing after 3s
This commit is contained in:
parent
85d79529bc
commit
a54b4dc4c7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue