Skip to content

Commit

Permalink
Absolute folders
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Aug 7, 2024
1 parent 19d347e commit 1a6eeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-wheels-emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
- name: Extract VTK tgz (Linux)
run: |
tar -xvzf vtk-manylinux2014_${{inputs.arch}}.tar.gz -C vtk/
if [ ! -d "vtk/lib" ]; then
ln -s vtk/lib64 vtk/lib
if [ ! -d "${{github.workspace}}/vtk/lib" ]; then
ln -s ${{github.workspace}}/vtk/lib64 ${{github.workspace}}/vtk/lib
fi
ls -lh vtk/
if: runner.os == 'Linux'
Expand Down

0 comments on commit 1a6eeb5

Please sign in to comment.