install SDL2 on Linux for DF

develop
Myk Taylor 2023-09-24 17:16:13 -07:00
parent 8b3a3d4ebb
commit 32bd04f83e
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

@ -79,6 +79,11 @@ jobs:
- name: Set env
shell: bash
run: echo "DF_FOLDER=DF" >> $GITHUB_ENV
- name: Install dependencies
if: matrix.os == 'ubuntu'
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev libsdl2-image-dev
- name: Clone DFHack
uses: actions/checkout@v3
with: