Skip to content

Commit

Permalink
Update general-ci-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu authored Aug 29, 2024
1 parent b346f81 commit 4043058
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/general-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Setup Fortran
uses: fortran-lang/[email protected]
with:
compiler: intel-classic
version: 2021.1


# Copied from NCAR/MOM6 - Install Basic Build Packages for MOM6
- name: Install Ubuntu Linux packages
Expand All @@ -37,6 +33,11 @@ jobs:
sudo apt-get install linux-tools-common
sudo apt-get install -y csh
echo "::endgroup::"
- name: Setup Fortran
uses: fortran-lang/[email protected]
with:
compiler: intel-classic
version: 2021.1

# Checkout CESM, Build MOM Standalone
- name: Checkout CESM and Externals
Expand Down

0 comments on commit 4043058

Please sign in to comment.