chore: attempt 2
This commit is contained in:
parent
aaa75938f9
commit
5e88cea05f
|
@ -24,9 +24,9 @@ jobs:
|
||||||
- name: prepare-linux
|
- name: prepare-linux
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt update
|
||||||
sudo apt-get install libsdl2-dev
|
sudo apt install libgtk-3-dev
|
||||||
sudo apt-get install libgtk-3-dev
|
sudo apt install libsdl2-dev
|
||||||
- name: prepare-windows
|
- name: prepare-windows
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue