Update main.yml

This commit is contained in:
Rene Kievits
2024-10-16 15:03:55 +02:00
committed by GitHub
parent 98b65bf1a0
commit e10a1fa3f5

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev cmake
sudo apt-get install -y libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libfmt-dev cmake
- name: Configure and build
run: |
@@ -46,6 +46,7 @@ jobs:
choco install sdl2_mixer --version=2.6.0
choco install sdl2_image --version=2.6.0
choco install sdl2_ttf --version=2.20.2
choko install fmt
- name: Configure and build
run: |