We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2effcfb commit 10c86c4Copy full SHA for 10c86c4
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Build x86 emulator on Macos
23
runs-on: macos-latest
24
steps:
25
- name: brew install
+ - name: brew install
26
run: brew install -q sdl2
27
- name: Generate build system
28
run: cmake .
0 commit comments