Compare commits

2 Commits

Author SHA1 Message Date
f3b6c4f3fe Merge branch 'ci-suffering' 2023-03-11 00:29:56 -06:00
5aa5ac2a8b ci: update github actions config 2023-03-11 00:09:14 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -24,8 +24,8 @@ 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 libsdl2-dev
- name: prepare-windows - name: prepare-windows
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | run: |