Skip to content

Commit b55f27d

Browse files
committed
wip3
1 parent e57f2c6 commit b55f27d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
name: Build x86 emulator on Macos
2323
runs-on: macos-latest
2424
steps:
25+
- uses: actions/checkout@v2
2526
- name: brew install
2627
run: brew install -q sdl2
27-
- name: ls
28-
run: ls
2928
- name: Generate build system
3029
run: cmake .
3130
- name: Build

0 commit comments

Comments
 (0)