From e10a1fa3f5df393ffea047c1e1e8fac116b67fd8 Mon Sep 17 00:00:00 2001 From: Rene Kievits Date: Wed, 16 Oct 2024 15:03:55 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f6bafd..5aabb70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |