Skip to content

Commit eb0dd5a

Browse files
committed
pwsh syntax
1 parent 0c2cd44 commit eb0dd5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/h-510-ts-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
-S "$env:GITHUB_WORKSPACE/METIS" `
116116
-B build `
117117
-DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib" `
118-
-DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}"/installs
118+
-DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}"/installs `
119119
-DCMAKE_C_FLAGS="-DIDXTYPEWIDTH=64"
120120
cmake --build build --parallel --config ${{ matrix.config }}
121121
cmake --install build --config ${{ matrix.config }}
@@ -138,7 +138,7 @@ jobs:
138138
-DHIPO=ON `
139139
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
140140
-DMETIS_ROOT="${{ runner.workspace }}/installs" `
141-
-DALL_TESTS=${{ matrix.all_tests }} \
141+
-DALL_TESTS=${{ matrix.all_tests }} `
142142
-DHIGHSINT64=ON
143143
144144
- name: Build

0 commit comments

Comments
 (0)