Skip to content

Commit f620b40

Browse files
committed
wip
1 parent b7c59d6 commit f620b40

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,16 @@ name: Build x86 emulator
33
on: [push,pull_request]
44

55
jobs:
6-
strategy:
7-
matrix:
8-
config:
9-
- name: linux
10-
os: ubuntu-latest
11-
- name: maxos
12-
os: macos-latest
136
build1:
147
name: Build x86 emulator on Linux
158
runs-on: ubuntu-latest
169
steps:
1710
- uses: actions/checkout@v2
1811
- uses: libsdl-org/setup-sdl@main
19-
if: runner.os == 'Linux'
2012
id: sdl
2113
with:
2214
install-linux-dependencies: true
2315
version: 2.30.9
24-
- name: brew install
25-
if: runner.os == 'macOS'
26-
run: brew install -q sdl2
2716
- name: Generate build system
2817
run: cmake .
2918
- name: Build

0 commit comments

Comments
 (0)