Skip to content

Commit

Permalink
Add other missing Almanac files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Jun 14, 2024
1 parent 0b19717 commit 9da581c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ jobs:
toolchain: ${{ matrix.rust.version }}

- name: Download data
run: wget -O data/de440s.bsp http://public-data.nyxspace.com/anise/de440s.bsp
run: |
wget -O data/de440s.bsp http://public-data.nyxspace.com/anise/de440s.bsp
wget -O data/de440s.bsp http://public-data.nyxspace.com/anise/de438.bsp # GMAT validation cases
wget -O data/pck08.pca http://public-data.nyxspace.com/anise/v0.4/pck08.pca
wget -O data/earth_latest_high_prec.bpc http://public-data.nyxspace.com/anise/ci/earth_latest_high_prec-2023-09-08.bpc
- name: Set up cargo cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ log = "0.4"
hifitime = { git = "https://github.com/nyx-space/hifitime.git", features = [
"std",
], branch = "master" }
anise = { git = "https://github.com/nyx-space/anise.git", branch = "191-quad" }
anise = { git = "https://github.com/nyx-space/anise.git", branch = "master" }
flate2 = { version = "1.0", features = [
"rust_backend",
], default-features = false }
Expand Down

0 comments on commit 9da581c

Please sign in to comment.