Fix github action

This commit is contained in:
Ivan Izaguirre 2022-05-11 22:49:37 +02:00
parent 5b71a131f9
commit d85e22cc0a
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
- name: Install SDL2 - name: Install SDL2
run: | run: |
sudo apt-get update
sudo apt-get install libsdl2-dev sudo apt-get install libsdl2-dev
- name: Set up Go 1.x - name: Set up Go 1.x