mirror of
https://github.com/ivanizag/izapple2.git
synced 2025-08-09 12:25:13 +00:00
Install SDL2 for build
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user