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
|
- 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
|
||||||
|
@@ -9,7 +9,8 @@
|
|||||||
"libpng",
|
"libpng",
|
||||||
"sdl2",
|
"sdl2",
|
||||||
"rtmidi",
|
"rtmidi",
|
||||||
"libslirp"
|
"libslirp",
|
||||||
|
"fluidsynth"
|
||||||
],
|
],
|
||||||
"features": {
|
"features": {
|
||||||
"qt-ui": {
|
"qt-ui": {
|
||||||
|
Reference in New Issue
Block a user