Skip to content

Commit 5452e20

Browse files
tabs
1 parent 2422f8e commit 5452e20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ jobs:
3939
git checkout ${{ matrix.geant4-version }}
4040
cd ../
4141
mkdir geant4-build
42-
mkdir geant4-${{ matrix.geant4-version }}
42+
mkdir geant4-${{ matrix.geant4-version }}
4343
cd geant4-build
4444
cmake -DCMAKE_INSTALL_PREFIX=../geant4-${{ matrix.geant4-version }} ../geant4 -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_USE_OPENGL_X11=ON -DGEANT4_USE_SYSTEM_CLHEP=ON -DGEANT4_USE_RAYTRACER_X11=ON
4545
make -j${{ steps.cpu-cores.outputs.count }}
4646
make install
47-
cd ../
48-
tar zcf geant4-${{ matrix.geant4-version }}.tgz geant4-${{ matrix.geant4-version }}
47+
cd ../
48+
tar zcf geant4-${{ matrix.geant4-version }}.tgz geant4-${{ matrix.geant4-version }}
49+

0 commit comments

Comments
 (0)