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 7d6b200 commit 894a63b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ jobs:
if: steps.cache-extlib.outputs.cache-hit == 'true'
shell: powershell
run: |
ls ../settings/environment/cspice
ls ./settings/environment/cspice
cp -r "./ExtLibraries/cspice/generic_kernels" "./settings/environment/cspice"
ls ../settings/environment/cspice
ls ../settings/environment/cspice/lsk
ls ../settings/environment/cspice/pck
ls ../settings/environment/cspice/spk
ls ./settings/environment/cspice
ls ./settings/environment/cspice/lsk
ls ./settings/environment/cspice/pck
ls ./settings/environment/cspice/spk
- name: build 32bit
if: matrix.build_bit == 'BUILD_64BIT=OFF'
Expand Down Expand Up @@ -217,12 +217,12 @@ jobs:
- name: copy to settings
if: steps.cache-extlib.outputs.cache-hit == 'true'
run: |
ls ../settings/environment/cspice
ls ./settings/environment/cspice
cp -r "./ExtLibraries/cspice/generic_kernels" "./settings/environment/cspice"
ls ../settings/environment/cspice
ls ../settings/environment/cspice/lsk
ls ../settings/environment/cspice/pck
ls ../settings/environment/cspice/spk
ls ./settings/environment/cspice
ls ./settings/environment/cspice/lsk
ls ./settings/environment/cspice/pck
ls ./settings/environment/cspice/spk

- name: build
Expand Down

0 comments on commit 894a63b

Please sign in to comment.