CI/CD: fix for Windows

This commit is contained in:
2026-03-31 11:09:05 +02:00
parent 81b63f5e67
commit 63921c3ac5
5 changed files with 45 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- name: Install vcpkg dependencies
run: |
vcpkg install sdl2 fftw3 libsndfile --triplet x64-windows
vcpkg install sdl2 fftw3 "libsndfile[core]" --triplet x64-windows
- name: Configure
run: >