File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 --manifest-path=lax/Cargo.toml
3434 --no-default-features
3535 --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 3333 --manifest-path=lax/Cargo.toml
3434 --no-default-features
3535 --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