Skip to content

Commit 45ad025

Browse files
copy zstd to install
1 parent f093ef2 commit 45ad025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
ls -l root-${{ matrix.root-version }}/lib
5252
otool -L root-${{ matrix.root-version }}/bin/rootcint
5353
otool -L root-${{ matrix.root-version }}/lib/lib*
54+
cp /usr/local/opt/zstd/lib/libzstd.1.dylib root-${{ matrix.root-version }}/lib/
5455
tar vzcf root-${{ matrix.os }}-${{ matrix.root-version }}.tgz root-${{ matrix.root-version }}
5556

5657
- name: Create Release

0 commit comments

Comments
 (0)