chore: attempt 2

This commit is contained in:
Rekai Nyangadzayi Musuka 2023-03-10 21:41:27 -06:00
parent aaa75938f9
commit 5e88cea05f
1 changed files with 3 additions and 3 deletions

View File

@ -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: |