Skip to content

Commit 18e99aa

Browse files
User system zlib to avoid header conflict
1 parent 577ce6e commit 18e99aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mkdir geant4-build
4343
mkdir geant4-${{ matrix.geant4-version }}
4444
cd geant4-build
45-
cmake -DCMAKE_INSTALL_PREFIX=../geant4-${{ matrix.geant4-version }} ../geant4 -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_USE_SYSTEM_CLHEP=ON
45+
cmake -DCMAKE_INSTALL_PREFIX=../geant4-${{ matrix.geant4-version }} ../geant4 -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_USE_SYSTEM_CLHEP=ON -DGEANT4_USE_SYSTEM_ZLIB=ON
4646
make -j${{ steps.cpu-cores.outputs.count }}
4747
make install
4848
cd ../

0 commit comments

Comments
 (0)