From 4c5293cef527290e655188b97d29c757c7501c29 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Mon, 16 Sep 2024 13:23:32 +0200 Subject: [PATCH] Fix client version --- .github/workflows/fast-win-build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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