Install SDL2 for build

This commit is contained in:
Ivan Izaguirre 2022-01-28 18:22:36 +01:00
parent b8769578dc
commit 41431fc0e3
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install SDL2
run: |
sudo apt-get install libsdl2-dev
- name: Set up Go 1.x
uses: actions/setup-go@v2
with: