|
|
|
@ -170,7 +170,7 @@ jobs:
|
|
|
|
|
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
|
|
|
|
|
|
|
|
|
|
- name: install openssl
|
|
|
|
|
if: ${{ matrix.platform.os == 'windows-latest' && contains(fromJSON('["tauri-plugin-http", "tauri-plugin-upload", "tauri-plugin-updater", "tauri-plugin-websocket", "tauri-plugin-authenticator"]'), matrix.package) }}
|
|
|
|
|
if: ${{ matrix.platform.os == 'windows-latest' && matrix.package == 'tauri-plugin-authenticator' }}
|
|
|
|
|
run: |
|
|
|
|
|
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
|
|
|
|
|
vcpkg install openssl:x64-windows-static-md
|
|
|
|
|