Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mclrc committed Oct 17, 2023
1 parent 0f6fa0a commit 1e63de3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,10 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Cache CSPICE
id: cache-cspice
uses: actions/cache@v3
with:
path: $GITHUB_WORKSPACE/cspice
key: cspice-install
- name: Download CSPICE
if: steps.cache-cspice.outputs.cache-hit != 'true'
run:
wget https://naif.jpl.nasa.gov/pub/naif/toolkit/C/PC_Linux_GCC_64bit/packages/cspice.tar.Z &&
gzip -d cspice.tar.Z &&
Expand Down

0 comments on commit 1e63de3

Please sign in to comment.