File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- root-version : ["v6-30-04 ", "v6-32-10", "v6-34-04"]
21+ root-version : ["v6-30-08 ", "v6-32-10", "v6-34-04"]
2222# os: [macOS-13, macOS-14, macOS-15]
2323 os : [macOS-13]
2424
@@ -43,10 +43,12 @@ jobs:
4343 mkdir root-build
4444 mkdir root-${{ matrix.root-version }}
4545 cd root-build
46- cmake -Dminimal=ON -DCMAKE_INSTALL_PREFIX=../root-${{ matrix.root-version }} ../root
46+ cmake -Dminimal=ON -Dbuiltin_lz4=ON - DCMAKE_INSTALL_PREFIX=../root-${{ matrix.root-version }} ../root
4747 make -j${{ steps.cpu-cores.outputs.count }}
4848 make install
4949 cd ../
50+ otool -L root-${{ matrix.root-version }}/rootcint
51+ otool -L root-${{ matrix.root-version }}/lib*
5052 tar vzcf root-${{ matrix.os }}-${{ matrix.root-version }}.tgz root-${{ matrix.root-version }}
5153
5254 - name : Create Release
You can’t perform that action at this time.
0 commit comments