Skip to content

Commit 2effcfb

Browse files
committed
wip3
1 parent 3ff2a8b commit 2effcfb

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ jobs:
2222
name: Build x86 emulator on Macos
2323
runs-on: macos-latest
2424
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
25+
name: brew install
26+
run: brew install -q sdl2
3127
- name: Generate build system
3228
run: cmake .
3329
- name: Build

0 commit comments

Comments
 (0)