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 5ff9342 commit d26e1d7Copy full SHA for d26e1d7
.github/workflows/make.yml
@@ -12,8 +12,6 @@ on:
12
- 'LICENSE'
13
- 'CMAKE**'
14
- '**CMakeLists.txt'
15
- # Allows you to run this workflow manually from the Actions tab
16
- workflow_dispatch:
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.ref }}
@@ -37,7 +35,9 @@ jobs:
37
35
uses: mpi4py/setup-mpi@v1
38
36
39
- name: Install OpenBLAS
40
- run: apt-get -y install libopenblas0
+ run: |
+ sudo apt-get update
+ sudo apt-get -y install libopenblas0
41
42
- name: Build ScaLAPACK
43
run: |
0 commit comments