Skip to content

Commit

Permalink
Disable SDL on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Jun 18, 2024
1 parent 791d6d9 commit 61c70f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
sudo apt-get install build-essential device-tree-compiler
sudo apt-get install expect
- name: default build
run: make
run: make ENABLE_SDL=0
shell: bash
- name: automated test
run: .ci/autorun.sh
Expand Down

0 comments on commit 61c70f7

Please sign in to comment.