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 010bad9 commit a7240f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ 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 libxmu-dev
- uses: actions/checkout@v3
sudo apt-get install -y --no-install-recommends \
libsdl1.2-dev \
libgtk2.0-dev \
libz80ex-dev \
libxmu-dev \
netpbm
- uses: actions/checkout@v4
- name: bootstrap
run: ./config/bootstrap
- name: configure
Expand Down

0 comments on commit a7240f9

Please sign in to comment.