Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 9, 2024
1 parent c356159 commit d9c9f46
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,12 @@ jobs:
@earth_day_01d_p \
@earth_night_20m_p \
@earth_mask_30s_p"
# Use the static server
gmt set GMT_DATA_SERVER=static
# Download remote data multiple times to make sure all are downloaded
gmt which -Ga $data -Vd
gmt which -Ga $data
gmt which -Ga $data
gmt which -Ga $data -Vd --GMT_DATA_SERVER=static
gmt which -Ga $data --GMT_DATA_SERVER=static
# Download cache files multiple times to make sure all are downloaded
gmt get -Dcache
gmt get -Dcache
gmt get -Dcache
# check files
ls -lR ~/.gmt
Expand Down

0 comments on commit d9c9f46

Please sign in to comment.