fix: make MacOS builds work (#61)

This commit is contained in:
Ettore Di Giacinto 2023-04-22 11:05:23 +02:00 committed by GitHub
parent 3e71c90949
commit 676e15f785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 17 deletions

View file

@ -26,20 +26,19 @@ jobs:
run: |
make test
# macOS-latest:
# runs-on: macOS-latest
macOS-latest:
runs-on: macOS-latest
# steps:
# - name: Clone
# uses: actions/checkout@v1
# with:
# submodules: true
steps:
- name: Clone
uses: actions/checkout@v1
with:
submodules: true
# - name: Dependencies
# run: |
# brew update
# brew install sdl2
# - name: Test
# run: |
# make test
- name: Dependencies
run: |
brew update
brew install sdl2
- name: Test
run: |
make test