Skip to content

Commit

Permalink
Fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Aug 25, 2024
1 parent 8d40c5e commit 098952e
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,14 @@ jobs:
- name: copy to settings
if: steps.cache-extlib.outputs.cache-hit == 'true'
shell: powershell
working-directory: ./ExtLibraries
run: |
ls ./settings/cspice
cp -r "./ExtLibraries/cspice/generic_kernels" "./settings/cspice"
ls ./settings/cspice
ls ./settings/cspice/lsk
ls ./settings/cspice/pck
ls ./settings/cspice/spk
ls ../settings/cspice
cp -r "./cspice/generic_kernels" "../settings/cspice"
ls ../settings/cspice
ls ../settings/cspice/lsk
ls ../settings/cspice/pck
ls ../settings/cspice/spk
- name: build 32bit
if: matrix.build_bit == 'BUILD_64BIT=OFF'
Expand Down Expand Up @@ -216,13 +217,14 @@ jobs:
- name: copy to settings
if: steps.cache-extlib.outputs.cache-hit == 'true'
working-directory: ./ExtLibraries
run: |
ls ./settings/cspice
cp -r "./ExtLibraries/cspice/generic_kernels" "./settings/cspice"
ls ./settings/cspice
ls ./settings/cspice/lsk
ls ./settings/cspice/pck
ls ./settings/cspice/spk
ls ../settings/cspice
cp -r "./cspice/generic_kernels" "../settings/cspice"
ls ../settings/cspice
ls ../settings/cspice/lsk
ls ../settings/cspice/pck
ls ../settings/cspice/spk
- name: build
env:
Expand Down

0 comments on commit 098952e

Please sign in to comment.