File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 linux :
11+ runs-on : ubuntu-18.04
12+ container :
13+ image : rust
1114 strategy :
1215 fail-fast : false
1316 matrix :
1417 feature :
15- - system
1618 - static
17- runs-on : ubuntu-18.04
19+ - system
1820 steps :
1921 - uses : actions/checkout@v1
2022 - name : apt install gfortran
2123 run : |
22- sudo apt update
23- sudo apt install -y gfortran
24- - name : apt install openblas
24+ apt update
25+ apt install -y gfortran
26+ - name : Install OpenBLAS by apt
2527 run : |
26- sudo apt update
27- sudo apt install -y libopenblas-dev
28- if : ${{ matrix.feature == 'system' }}
28+ apt update
29+ apt install -y libopenblas-dev
30+ if : ${{ contains( matrix.feature, 'system') }}
2931 - uses : actions-rs/cargo@v1
3032 with :
3133 command : test
You can’t perform that action at this time.
0 commit comments