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