Skip to content

Commit

Permalink
Fix: Fix updated bundled data command
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed May 30, 2024
1 parent 518b944 commit 2a12ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_bundled_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: julia-actions/cache@v2
- uses: actions/checkout@v4
- name: Ensure packages are up-to-date and precompiled
run: julia --project -e "using Pkg; Pkg.precompile(); using SatelliteDynamics; Pkg.instantiate();"
run: julia --project -e "using Pkg; using SatelliteDynamics; Pkg.instantiate();"
- name: Update package data
run: julia --project ./scripts/update_data.jl
- name: Commit and push changes
Expand Down

0 comments on commit 2a12ee7

Please sign in to comment.