File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22
22
- mkl-dynamic-ilp64-seq
23
23
runs-on : ubuntu-22.04
24
24
container :
25
- image : ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0
25
+ image : ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0-1
26
26
steps :
27
27
- uses : actions/checkout@v1
28
28
- uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change @@ -44,13 +44,12 @@ jobs:
44
44
image :
45
45
- mkl-rust
46
46
- mkl-ubuntu
47
- - mkl-centos
48
47
test :
49
48
- seek_opt_intel
50
49
- pkg_config
51
50
runs-on : ubuntu-22.04
52
51
container :
53
- image : ghcr.io/rust-math/intel-mkl-src/${{ matrix.image }}:1.56.0
52
+ image : ghcr.io/rust-math/intel-mkl-src/${{ matrix.image }}:1.56.0-1
54
53
steps :
55
54
- uses : actions/checkout@v1
56
55
- uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change 10
10
check-format :
11
11
runs-on : ubuntu-22.04
12
12
container :
13
- image : ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0
13
+ image : ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0-1
14
14
steps :
15
15
- uses : actions/checkout@v1
16
16
- uses : actions-rs/cargo@v1
21
21
clippy :
22
22
runs-on : ubuntu-22.04
23
23
container :
24
- image : ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0
24
+ image : ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0-1
25
25
steps :
26
26
- uses : actions/checkout@v1
27
27
- uses : actions-rs/cargo@v1
You can’t perform that action at this time.
0 commit comments