Skip to content

Commit 80626a9

Browse files
committed
patchelf
1 parent db9f862 commit 80626a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_rocky.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
"-DMPFR_LIBRARY_DIR=$base/mpfr-3.1.6/lib"
9595
make -j4 install
9696
97+
- name: Install patchelf
98+
run : |
99+
yum install -y epel-release && yum install -y patchelf
100+
97101
- name: Package .zip archives
98102
run: |
99103
base=$GITHUB_WORKSPACE/IfcOpenShell/build/Linux/x86_64/install

0 commit comments

Comments
 (0)