diff --git a/.github/workflows/fast-win-build.yml b/.github/workflows/fast-win-build.yml index a439204bb..adc8158d9 100644 --- a/.github/workflows/fast-win-build.yml +++ b/.github/workflows/fast-win-build.yml @@ -1,4 +1,4 @@ -name: Fast build for testing +name: Fast Windows build for testing on: @@ -24,6 +24,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install OpenSSL static dependency + run: | + vcpkg install openssl:x64-windows-static + vcpkg integrate install + - name: Build run: cargo build