We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff2a8b commit 2effcfbCopy full SHA for 2effcfb
1 file changed
.github/workflows/build.yml
@@ -22,12 +22,8 @@ jobs:
22
name: Build x86 emulator on Macos
23
runs-on: macos-latest
24
steps:
25
- - uses: actions/checkout@v2
26
- - uses: libsdl-org/setup-sdl@main
27
- id: sdl
28
- with:
29
- install-linux-dependencies: true
30
- version: 2.30.9
+ name: brew install
+ run: brew install -q sdl2
31
- name: Generate build system
32
run: cmake .
33
- name: Build
0 commit comments