Skip to content

Commit 1c0fcd9

Browse files
Remove qt5
1 parent 5ccd8af commit 1c0fcd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/bin/install-deps-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
brew install clhep root bison xerces-c qt@5
3+
brew install clhep root bison xerces-c

.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 -DGEANT4_USE_QT=ON
45+
cmake -DCMAKE_INSTALL_PREFIX=../geant4-${{ matrix.geant4-version }} ../geant4 -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_USE_SYSTEM_CLHEP=ON
4646
make -j${{ steps.cpu-cores.outputs.count }}
4747
make install
4848
cd ../

0 commit comments

Comments
 (0)