Skip to content

Commit

Permalink
Fix small
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Aug 25, 2024
1 parent f518c3c commit e51be0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
ls nrlmsise00/src
- name: copy to settings
if: steps.cache-extlib.outputs.cache-hit = 'true'
if: steps.cache-extlib.outputs.cache-hit == 'true'
shell: powershell
working-directory: ./ExtLibraries
run: |
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
ls nrlmsise00/src
- name: copy to settings
if: steps.cache-extlib.outputs.cache-hit = 'true'
if: steps.cache-extlib.outputs.cache-hit == 'true'
working-directory: ./ExtLibraries
run: |
cp -r "cspice/generic_kernels" "../settings/cspice/generic_kernels"
Expand Down

0 comments on commit e51be0d

Please sign in to comment.