chore: attempt 3

This commit is contained in:
Rekai Nyangadzayi Musuka 2023-03-10 21:47:39 -06:00
parent 5e88cea05f
commit 66228487f8
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ jobs:
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |
sudo apt update sudo apt update
sudo apt install libgtk-3-dev sudo apt install libgtk-3-dev libsdl2-dev
sudo apt install libsdl2-dev
- name: prepare-windows - name: prepare-windows
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | run: |