Skip to content

Block cuCtxCreate_v4() #12

Block cuCtxCreate_v4()

Block cuCtxCreate_v4() #12

on: [pull_request]
jobs:
cargo-publish-dry-run:
name: cargo-publish-dry-run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: publish
args: --dry-run -F cuda-13000