Skip to content

Commit b4a5d10

Browse files
authored
Update cmake.yml
1 parent 2bb48b8 commit b4a5d10

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@ env:
1010
BUILD_TYPE: Release
1111

1212
jobs:
13-
ubuntu-20-04:
14-
runs-on: ubuntu-20.04
15-
steps:
16-
- uses: actions/checkout@master
17-
- name: install pre-reqs and build
18-
run: sudo ./install/installUbuntu.sh
19-
- name: test
20-
run: |
21-
./build/usher --help
22-
./build/matUtils --help
23-
mpirun -np 1 ./build/matOptimize --help
24-
./build/ripples --help
25-
command -v mafft
26-
2713
ubuntu-22-04:
2814
runs-on: ubuntu-22.04
2915
steps:

0 commit comments

Comments
 (0)