From d91d1379d6f80681254898df3a57df8977fefe71 Mon Sep 17 00:00:00 2001 From: Cfauto Date: Mon, 15 Jun 2026 20:56:40 +0200 Subject: [PATCH] Fixing builds 3/? --- .github/workflows/utils.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/utils.yml b/.github/workflows/utils.yml index 70b4ddce..bcee53b9 100644 --- a/.github/workflows/utils.yml +++ b/.github/workflows/utils.yml @@ -5,7 +5,7 @@ env: WAF_FLAGS: -T release --disable-warns --prefix=build_utils --utils jobs: - tests-linux: + utils-linux: strategy: matrix: os: [ubuntu-latest] @@ -52,13 +52,16 @@ jobs: path: | build_utils/**/*.debug - tests-macos: + utils-macos: runs-on: macos-latest steps: - uses: actions/checkout@v4 with: submodules: recursive + - name: Install dependencies + run: brew install sdl2 + - name: Configure run: ./waf configure $WAF_FLAGS - name: Build macos-arm64 @@ -77,7 +80,7 @@ jobs: path: | build_utils/**/*.dSYM - tests-windows: + utils-windows: strategy: matrix: os: [windows-2022]