Fix LLVM GHA builds as best I can for now

This commit is contained in:
Jasmine Iwanek
2023-07-26 01:12:44 -04:00
parent 21b8b992b5
commit f9f405785e
2 changed files with 3 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ jobs:
- name: Setup NuGet Credentials - name: Setup NuGet Credentials
run: > run: >
& (C:/vcpkg/vcpkg fetch nuget | tail -n 2) & (C:/vcpkg/vcpkg --vcpkg-root "${{ env.VCPKG_ROOT }}" fetch nuget | tail -n 2)
sources add sources add
-source "https://nuget.pkg.github.com/86Box/index.json" -source "https://nuget.pkg.github.com/86Box/index.json"
-storepasswordincleartext -storepasswordincleartext

View File

@@ -9,7 +9,8 @@
"libpng", "libpng",
"sdl2", "sdl2",
"rtmidi", "rtmidi",
"libslirp" "libslirp",
"fluidsynth"
], ],
"features": { "features": {
"qt-ui": { "qt-ui": {