ci(gh/workflow): now running on forty-two env
Some checks failed
Build / build (push) Failing after 3s
Build / build (pull_request) Failing after 2s

This commit is contained in:
Raphael 2026-03-30 20:40:58 +02:00
parent a5bec11817
commit 785d8ea44b
No known key found for this signature in database

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