Skip to content

Commit

Permalink
#5 removed compiler installation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmeier25 authored Jul 7, 2024
1 parent f1bafff commit 3c0d069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c0d069

Please sign in to comment.