Skip to content

Commit

Permalink
mkdir -p does not work in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 10, 2023
1 parent 6a05a66 commit f4a301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
matrix.python-version != '3.11' && matrix.platform == 'windows-latest'
run: |
$env:GEANT4_DATA_DIR = python -c "import geant4_python_application; print(geant4_python_application.data_dir)"
mkdir -p ${{ github.workspace }}/geant4-data $GEANT4_DATA_DIR
mkdir ${{ github.workspace }}/geant4-data $GEANT4_DATA_DIR
mv ${{ github.workspace }}/geant4-data/* $GEANT4_DATA_DIR
- name: Check import
Expand Down

0 comments on commit f4a301c

Please sign in to comment.