fix build

This commit is contained in:
ThePotato97 2026-01-03 19:27:28 +00:00
parent b2af1d6c0b
commit 32ff59ceb7

View file

@ -27,8 +27,7 @@ jobs:
- name: Install Dependencies via Vcpkg
run: |
$packages = "openssl:x64-windows-static", "nlohmann-json:x64-windows-static", "webview2:x64-windows-static", "curl:x64-windows-static"
vcpkg install $packages
vcpkg install --triplet x64-windows-static
- name: Configure CMake
run: |