From 785d8ea44b38ad92e54d10373ce46f5cc1344308 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 30 Mar 2026 20:40:58 +0200 Subject: [PATCH] ci(gh/workflow): now running on forty-two env --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98bd29f..b73d575 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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