ci(workflow/build) #1

Open
raphael wants to merge 4 commits from ci/build into main
Showing only changes of commit a54b4dc4c7 - Show all commits

View file

@ -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