Skip to content

Commit eefdc5b

Browse files
committed
env
1 parent c979855 commit eefdc5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-python-win.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
cmake.args = [
5757
"-DPYTHON_BUILD_SETUP=ON",
5858
"-DHIPO=ON",
59-
"-DCMAKE_TOOLCHAIN_FILE=$env:VCPKG_ROOT",
60-
"-DVCPKG_TARGET_TRIPLET=$env:TRIPLET",
61-
"-DMETIS_ROOT=$env:METIS_ROOT"
59+
"-DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT",
60+
"-DVCPKG_TARGET_TRIPLET=$TRIPLET",
61+
"-DMETIS_ROOT=$METIS_ROOT"
6262
]
6363
"@
6464
$newContent | Set-Content pyproject.toml
@@ -88,7 +88,7 @@ jobs:
8888
pwd
8989
cmake -S. -B build `
9090
-DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib" `
91-
-DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}/installs" `
91+
-DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}/installs"
9292
cmake --build build --parallel --config Release
9393
cmake --install build --config Release
9494

0 commit comments

Comments
 (0)