Skip to content

Commit

Permalink
Install older CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Mar 27, 2024
1 parent 69d41c6 commit cb9b1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,12 @@ jobs:
sudo apt-get update
sudo apt-get install -yq --no-install-recommends \
cuda-toolkit-11-8 \
cmake \
libp4est-dev \
libopenmpi-dev \
numdiff \
openmpi-bin \
libboost-all-dev
- uses: lukka/[email protected]
- name: info
run: |
mpicc -v
Expand Down Expand Up @@ -424,13 +424,13 @@ jobs:
sudo apt-get update
sudo apt-get install -yq --no-install-recommends \
cuda-toolkit-11-0 \
cmake \
libp4est-dev \
libopenmpi-dev \
llvm \
numdiff \
openmpi-bin \
libboost-all-dev
- uses: lukka/[email protected]
- name: info
run: |
mpicc -v
Expand Down

0 comments on commit cb9b1d6

Please sign in to comment.