mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-04-21 00:52:01 +00:00
fix build
This commit is contained in:
parent
b2af1d6c0b
commit
32ff59ceb7
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue