We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb48b8 commit b4a5d10Copy full SHA for b4a5d10
1 file changed
.github/workflows/cmake.yml
@@ -10,20 +10,6 @@ env:
10
BUILD_TYPE: Release
11
12
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
-
27
ubuntu-22-04:
28
runs-on: ubuntu-22.04
29
steps:
0 commit comments