ci(workflow/build) #1

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

View file

@ -14,13 +14,11 @@ permissions:
jobs:
build:
name: build
runs-on: ubuntu-latest
runs-on: forty-two
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