Skip to content

Commit

Permalink
BUG: Fix windows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Aug 26, 2023
1 parent fc4a32a commit 12e9466
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,21 +508,21 @@ jobs:
uses: actions/cache@v3
with:
path: |
../../im/VTK
../../im/VTK-build
/c/P/VTK
/c/P/VTK-build
key: ${{ env.vtk-git-tag }}-${{ matrix.python-version-minor }}

- name: 'Git-Configure-Build VTK'
if: steps.cache-vtk-python-windows.output.cache-hit != 'true'
shell: cmd
run: |
pushd ../../im
pushd /c/P
git clone https://github.com/Kitware/VTK
pushd VTK
git checkout ${{env.vtk-git-tag}}
popd
pushd ..\..\im
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set PATH=C:\P\grep;%PATH%
dir C:\Python3${{ matrix.python-version-minor }}-x64\
Expand Down

0 comments on commit 12e9466

Please sign in to comment.