From 01b3c24f5a5a335e57a9577dee69df89b8d4d2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Sat, 21 Sep 2024 14:46:18 +0200 Subject: [PATCH] DEBUG --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76a56796..88aca221 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - run: ls "C:\Program Files\OpenSSL" - run: ls "C:\Program Files\OpenSSL\lib" - run: ls "C:\Program Files\OpenSSL\include\openssl" - - run: Install-Binary -Url "https://slproweb.com/download/Win64OpenSSL-3_3_2.exe" -Name "Win64OpenSSL-3_3_2.exe" -ArgumentList '/sp-' '/suppressmsgboxes' "/DIR=C:\ProgramFiles\OpenSSL-3 + - run: Install-Binary -Url "https://slproweb.com/download/Win64OpenSSL-3_3_2.exe" -Name "Win64OpenSSL-3_3_2.exe" -ArgumentList '/sp-' '/suppressmsgboxes' "/DIR=C:\ProgramFiles\OpenSSL-3" - run: Get-ToolsetContent - name: Checkout tree