Skip to content

Commit fcc667a

Browse files
committed
ci: attempt to use the older ubuntu cmake
#30
1 parent 5ba92e9 commit fcc667a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
security-events: write
2323

2424
steps:
25+
- name: Install CMake
26+
run: |
27+
sudo apt-get update -yq
28+
sudo apt-get install -yq cmake
29+
2530
- name: Install mpi
2631
run: |
2732
sudo apt-get update -yq

0 commit comments

Comments
 (0)