Skip to content

Commit

Permalink
Update linux-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed Apr 22, 2024
1 parent f93b560 commit 010bad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install -y --no-install-recommends libsdl1.2-dev libgtk2.0-dev libz80ex-dev
sudo apt-get install -y --no-install-recommends libsdl1.2-dev libgtk2.0-dev libz80ex-dev libxmu-dev
- uses: actions/checkout@v3
- name: bootstrap
run: ./config/bootstrap
Expand Down

0 comments on commit 010bad9

Please sign in to comment.