Skip to content

Commit 8d91589

Browse files
committed
Disable SDL on GitHub Actions
1 parent 633d6bf commit 8d91589

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
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
brew install make dtc expect e2fsprogs
3232
- name: default build
33-
run: make
33+
run: make ENABLE_SDL=0
3434
shell: bash
3535
- name: automated test
3636
run: .ci/autorun.sh

0 commit comments

Comments
 (0)