Skip to content

Commit

Permalink
ci(hdfeos5): download without urs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 23, 2024
1 parent ae94e0d commit 0047b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hdfeos5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo make install
- name: Install HDF-EOS5
run: |
curl --user "${{ secrets.EARTHDATA_LOGIN }}" -o hdf-eos5-2.0-src.tar.gz -L "https://git.earthdata.nasa.gov/projects/DAS/repos/hdfeos5/raw/hdf-eos5-2.0-src.tar.gz?at=refs%2Fheads%2FHDFEOS5_2.0"
curl -o hdf-eos5-2.0-src.tar.gz -L "https://git.earthdata.nasa.gov/projects/DAS/repos/hdfeos5/raw/hdf-eos5-2.0-src.tar.gz?at=refs%2Fheads%2FHDFEOS5_2.0"
tar zxvf hdf-eos5-2.0-src.tar.gz
cd hdf-eos5-2.0
./configure CC=/usr/local/bin/h5cc --prefix=/usr/local/ --enable-install-include
Expand Down

0 comments on commit 0047b36

Please sign in to comment.