Skip to content

build: unpack MKL libraries in OUT_DIR (#1) #4

build: unpack MKL libraries in OUT_DIR (#1)

build: unpack MKL libraries in OUT_DIR (#1) #4

Workflow file for this run

name: rust
on:
push:
branches:
- master
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-22.04
container:
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-22.04
container:
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: clippy