mirror of
https://github.com/ivanizag/izapple2.git
synced 2025-04-24 10:39:53 +00:00
Install SDL2 for build
This commit is contained in:
parent
b8769578dc
commit
41431fc0e3
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user