From 97a0e77da30e4aac05b163d3547ba5ecb1298870 Mon Sep 17 00:00:00 2001 From: Luc Guyot Date: Mon, 14 Oct 2024 16:08:21 +0200 Subject: [PATCH] Makes the wrapper output dir available from within the build script --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f6fbc31a0..1a2e2e923 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -61,7 +61,7 @@ jobs: call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Auxiliary/Build/vcvars64.bat" set COVFILE=%cd%\src\test.cov call "cov01.exe" -1 - + setx BUILD_WRAPPER_OUT_DIR ${{ env.BUILD_WRAPPER_OUT_DIR }} powershell ./infomaniak-build-tools/windows/build-drive.ps1 -ci shell: cmd