Merge pull request #2 from Crylia/ci-test-1

Update main.yml
This commit is contained in:
Rene Kievits
2024-10-16 15:04:07 +02:00
committed by GitHub

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