Skip to content

Commit d9356b2

Browse files
committed
fix windows tests?
1 parent 06a64ec commit d9356b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,13 @@ jobs:
100100
run: |
101101
if [[ "$RUNNER_OS" == "Windows" ]]; then
102102
cmd //c "${{ steps.sofa.outputs.vs_vsdevcmd }} \
103-
&& cd /d %WORKSPACE_BUILD_PATH% \
103+
&& cd /d %GITHUB_WORKSPACE%/build \
104104
&& cmake \
105105
-GNinja \
106106
-DCMAKE_PREFIX_PATH=%SOFA_ROOT%/lib/cmake;%GITHUB_WORKSPACE%/deps/MeshRefinement/install \
107107
-DCMAKE_BUILD_TYPE=Release \
108-
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
108+
-DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%/install \
109+
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=%WORKSPACE_BUILD_PATH% \
109110
../src \
110111
&& ninja install"
111112
else

0 commit comments

Comments
 (0)