From 78ee9f21b4a6208a354fc90e5b452fdf797cbcff Mon Sep 17 00:00:00 2001 From: manishvenu <80477243+manishvenu@users.noreply.github.com> Date: Fri, 30 Aug 2024 09:12:09 -0600 Subject: [PATCH] Add back in CSH --- .github/workflows/general-ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/general-ci-tests.yml b/.github/workflows/general-ci-tests.yml index 4099d8d..ce37f0c 100644 --- a/.github/workflows/general-ci-tests.yml +++ b/.github/workflows/general-ci-tests.yml @@ -34,6 +34,7 @@ jobs: sudo apt-get install openmpi-bin sudo apt-get install libopenmpi-dev sudo apt-get install linux-tools-common + sudo apt-get install -y csh echo "::endgroup::" # Checkout CESM (cesm3_0_alpha03a) and externals