Skip to content

Commit fc997c0

Browse files
I have lost the will to live
1 parent 1f5a813 commit fc997c0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,11 @@ jobs:
5959
tar -zvxf binary_release_20.04.tar.gz
6060
echo "libaccessom2_dir=${{ github.workspace }}/libaccessom2" >> $GITHUB_ENV
6161
62-
- name: Download OASIS3-mct
63-
run: |
64-
wget https://github.com/COSIMA/oasis3-mct/releases/latest/download/binary_release.tar.gz
65-
6662
- name: Untar OASIS3-mct
6763
run: |
6864
mkdir oasis3-mct
69-
cd oasis3-mct && tar -xvf binary_release.tar.gz
65+
wget https://github.com/COSIMA/oasis3-mct/releases/latest/download/binary_release.tar.gz
66+
cd oasis3-mct && tar -xvf ../binary_release.tar.gz
7067
7168
# Runs a set of commands using the runners shell
7269
- name: Build 1 degree

0 commit comments

Comments
 (0)