Skip to content

Commit

Permalink
#23 fix conda cmake paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed May 14, 2024
1 parent c15d8ff commit 0c1d5f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ jobs:
cache-environment: true
post-cleanup: 'all'

- name: fix cmake paths
run: |
find $CONDA_PREFIX \
-type f \
-name '*.cmake' \
-exec sed -i.bak 's|/usr/lib64/libXext.so|libXext.so|g' {} \;
shell: bash -el {0}
- name: make build directory
run: |
mkdir -p build
Expand Down

0 comments on commit 0c1d5f3

Please sign in to comment.