fix: github actions having too much trouble executing wine

This commit is contained in:
2025-06-15 14:12:49 +02:00
parent ca9413db67
commit efcc02248f
2 changed files with 7 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ env:
VCPKG_DISABLE_METRICS: 1
VCPKG_ROOT: ${{github.workspace}}/.vcpkg
DEPS_VCPKG: glfw3:x64-linux-dynamic glfw3:x64-mingw-static
WINEPREFIX: /tmp/wineprefix
jobs:
#
# the mega job containing all things we need to do, since setting up a single system is more efficient than installing the same stuff on multiple ones