Fix GitHub Actions

This commit is contained in:
TheBrokenRail
2023-10-10 17:12:07 -04:00
parent 9d4fb44a89
commit adc0b39603

View File

@@ -14,8 +14,8 @@ jobs:
submodules: true
- name: Install Dependencies
run: |
apt-get update
apt-get install --no-install-recommends -y build-essential cmake ninja-build libopenal-dev libsdl2-dev
sudo apt-get update
sudo apt-get install --no-install-recommends -y build-essential cmake ninja-build libopenal-dev libsdl2-dev
- name: Build Desktop
run: |
cd platforms/sdl