From 3c0d06927fc5b9fa6fd05801ba72b43245ffd699 Mon Sep 17 00:00:00 2001 From: Nate <124332413+ndmeier25@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:30:40 -0400 Subject: [PATCH] #5 removed compiler installation for now --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 318aecf..e1ecdc9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,8 +30,8 @@ jobs: - name: Install dependencies run: | - sudo apt-get install -y pgi/20.7 - sudo apt-get install -y openmpi/3.1.2-pgi-20.7 + #sudo apt-get install -y pgi/20.7 + sudo apt-get install -y openmpi - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.