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 e51be0d commit eaa00e5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@ jobs:
- name: copy to settings
if: steps.cache-extlib.outputs.cache-hit == 'true'
shell: powershell
working-directory: ./ExtLibraries
run: |
cp -r "cspice/generic_kernels" "../settings/cspice/generic_kernels"
cp -r "./ExtLibraries/cspice/generic_kernels" "./settings/cspice"
- name: build 32bit
if: matrix.build_bit == 'BUILD_64BIT=OFF'
Expand Down Expand Up @@ -212,9 +211,8 @@ jobs:
- name: copy to settings
if: steps.cache-extlib.outputs.cache-hit == 'true'
working-directory: ./ExtLibraries
run: |
cp -r "cspice/generic_kernels" "../settings/cspice/generic_kernels"
run: |
cp -r "./ExtLibraries/cspice/generic_kernels" "./settings/cspice"
- name: build
env:
Expand Down

0 comments on commit eaa00e5

Please sign in to comment.