We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc0862 commit 6a00cd3Copy full SHA for 6a00cd3
.github/workflows/make.yml
@@ -10,6 +10,7 @@ on:
10
- 'LICENSE'
11
- 'CMAKE**'
12
- '**CMakeLists.txt'
13
+ - '**.cmake'
14
pull_request:
15
paths-exclude:
16
- '.github/workflows/cmake.yml'
@@ -19,10 +20,8 @@ on:
19
20
21
22
23
24
-defaults:
- run:
25
- shell: bash
26
27
jobs:
28
@@ -32,7 +31,7 @@ jobs:
32
31
steps:
33
34
- name: Checkout ScaLAPACK
35
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
36
37
- name: Setup MPI
38
uses: mpi4py/setup-mpi@v1
@@ -42,7 +41,7 @@ jobs:
42
41
cp SLmake.inc.example SLmake.inc
43
make --silent -j lib
44
make --silent all
45
-
+
46
- name: Run examples
47
working-directory: ${{github.workspace}}/EXAMPLE
48
run: |
0 commit comments