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 57393b2 commit 194dae9Copy full SHA for 194dae9
.github/workflows/intel-mkl.yml
@@ -34,7 +34,8 @@ jobs:
34
35
linux-container:
36
runs-on: ubuntu-18.04
37
- container: ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.49.0
+ container:
38
+ image: ghcr.io/rust-math/rust-mkl:1.63.0-2020.1
39
steps:
40
- uses: actions/checkout@v1
41
- uses: actions-rs/cargo@v1
.github/workflows/rust.yml
@@ -27,7 +27,7 @@ jobs:
27
coverage:
28
29
container:
30
- image: ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.49.0
31
options: --security-opt seccomp=unconfined
32
33
- uses: actions/checkout@v2
0 commit comments