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 c760a7e commit fbac1a9Copy full SHA for fbac1a9
.github/workflows/intel-mkl.yml
@@ -34,7 +34,7 @@ jobs:
34
35
linux-container:
36
runs-on: ubuntu-18.04
37
- container: rustmath/mkl-rust:1.49.0
+ container: ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.49.0
38
steps:
39
- uses: actions/checkout@v1
40
- uses: actions-rs/cargo@v1
.github/workflows/rust.yml
@@ -27,7 +27,7 @@ jobs:
27
coverage:
28
29
container:
30
- image: rustmath/mkl-rust:1.43.0
+ 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