File tree Expand file tree Collapse file tree 2 files changed +0
-44
lines changed Expand file tree Collapse file tree 2 files changed +0
-44
lines changed Original file line number Diff line number Diff line change 33
33
--manifest-path=lax/Cargo.toml
34
34
--no-default-features
35
35
--features=netlib-${{ matrix.feature }}
36
-
37
- macos :
38
- strategy :
39
- fail-fast : false
40
- matrix :
41
- feature :
42
- - system
43
- - static
44
- runs-on : macos-10.15
45
- env :
46
- CC : gcc-9
47
- FC : gfortran-9
48
- LIBRARY_PATH : /usr/local/opt/gcc/lib/gcc/9
49
- steps :
50
- - uses : actions/checkout@v1
51
- - uses : actions-rs/cargo@v1
52
- with :
53
- command : test
54
- args : >
55
- --manifest-path=lax/Cargo.toml
56
- --no-default-features
57
- --features=netlib-${{ matrix.feature }}
Original file line number Diff line number Diff line change 33
33
--manifest-path=lax/Cargo.toml
34
34
--no-default-features
35
35
--features=openblas-${{ matrix.feature }}
36
-
37
- macos :
38
- strategy :
39
- fail-fast : false
40
- matrix :
41
- feature :
42
- - system
43
- - static
44
- runs-on : macos-10.15
45
- env :
46
- CC : gcc-9
47
- FC : gfortran-9
48
- LIBRARY_PATH : /usr/local/opt/gcc/lib/gcc/9
49
- steps :
50
- - uses : actions/checkout@v1
51
- - uses : actions-rs/cargo@v1
52
- with :
53
- command : test
54
- args : >
55
- --manifest-path=lax/Cargo.toml
56
- --no-default-features
57
- --features=openblas-${{ matrix.feature }}
You can’t perform that action at this time.
0 commit comments