Skip to content

Commit

Permalink
Makes the wrapper output dir available from within the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-guyot-infomaniak committed Oct 14, 2024
1 parent c6f948c commit 97a0e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 97a0e77

Please sign in to comment.