We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5a813 commit fc997c0Copy full SHA for fc997c0
.github/workflows/CI.yml
@@ -59,14 +59,11 @@ jobs:
59
tar -zvxf binary_release_20.04.tar.gz
60
echo "libaccessom2_dir=${{ github.workspace }}/libaccessom2" >> $GITHUB_ENV
61
62
- - name: Download OASIS3-mct
63
- run: |
64
- wget https://github.com/COSIMA/oasis3-mct/releases/latest/download/binary_release.tar.gz
65
-
66
- name: Untar OASIS3-mct
67
run: |
68
mkdir oasis3-mct
69
- cd oasis3-mct && tar -xvf binary_release.tar.gz
+ wget https://github.com/COSIMA/oasis3-mct/releases/latest/download/binary_release.tar.gz
+ cd oasis3-mct && tar -xvf ../binary_release.tar.gz
70
71
# Runs a set of commands using the runners shell
72
- name: Build 1 degree
0 commit comments