Skip to content

Only add typical CUDA paths to the linker search paths if no explicit path is supplied #10

Only add typical CUDA paths to the linker search paths if no explicit path is supplied

Only add typical CUDA paths to the linker search paths if no explicit path is supplied #10

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