Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/gis_coarse_meshgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
popd

# download the input GIS coarse mesh
wget https://rpi.app.box.com/public/static/qytr3c49h1xbucxz594df327qatiu8ds.tgz
tar xf qytr3c49h1xbucxz594df327qatiu8ds.tgz
tarball=7rhrks110k80tuwrn2t9puzmgy39o3en.tgz
wget https://rpi.box.com/shared/static/${tarball}
tar xf ${tarball}

# create the config file describing the system
cat << EOF > system.cfg
Expand Down