Fix LLVM GHA builds as best I can for now
This commit is contained in:
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@@ -217,7 +217,7 @@ jobs:
|
||||
|
||||
- name: Setup NuGet Credentials
|
||||
run: >
|
||||
& (C:/vcpkg/vcpkg fetch nuget | tail -n 2)
|
||||
& (C:/vcpkg/vcpkg --vcpkg-root "${{ env.VCPKG_ROOT }}" fetch nuget | tail -n 2)
|
||||
sources add
|
||||
-source "https://nuget.pkg.github.com/86Box/index.json"
|
||||
-storepasswordincleartext
|
||||
|
@@ -9,7 +9,8 @@
|
||||
"libpng",
|
||||
"sdl2",
|
||||
"rtmidi",
|
||||
"libslirp"
|
||||
"libslirp",
|
||||
"fluidsynth"
|
||||
],
|
||||
"features": {
|
||||
"qt-ui": {
|
||||
|
Reference in New Issue
Block a user