Skip to content

Commit

Permalink
debug windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 10, 2023
1 parent 4666a0b commit 535668f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,11 @@ jobs:
steps.cache-geant4-data.outputs.cache-hit != 'true' && matrix.platform
== 'windows-latest'
run: |
powershell ${{ github.workspace }}\geant4\bin\geant4.bat
${{ github.workspace }}\geant4\bin\geant4-config --install-datasets
${{ github.workspace }}\geant4\bin\geant4-config --check-datasets
mv ${{ github.workspace }}/geant4/share/Geant4/data ${{ github.workspace }}/geant4-data
powershell
.\geant4\bin\geant4-config --install-datasets
ls .\geant4\share\Geant4\data
.\geant4\bin\geant4-config --check-datasets
mv .\geant4\share\Geant4\data .\geant4-data
build-test:
name:
Expand Down

0 comments on commit 535668f

Please sign in to comment.