Skip to content

Commit c328142

Browse files
committed
Disable SDL on GitHub Actions
1 parent 2ecfc3c commit c328142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
brew install make dtc expect e2fsprogs
3131
- name: default build
32-
run: make
32+
run: make ENABLE_SDL=0
3333
shell: bash
3434
- name: automated test
3535
run: .ci/autorun.sh

0 commit comments

Comments
 (0)