Fixing builds 3/?

This commit is contained in:
Cfauto 2026-06-15 20:56:40 +02:00
parent 091f2fe230
commit d91d1379d6
No known key found for this signature in database
GPG Key ID: C3C71FD00DACCDB5

View File

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