diff --git a/.github/workflows/nalgebra-ci-build.yml b/.github/workflows/nalgebra-ci-build.yml index ba0acf5e..dd8c169f 100644 --- a/.github/workflows/nalgebra-ci-build.yml +++ b/.github/workflows/nalgebra-ci-build.yml @@ -28,9 +28,9 @@ jobs: runs-on: ubuntu-latest # env: # RUSTFLAGS: -D warnings + steps: - uses: Jimver/cuda-toolkit@v0.2.4 id: cuda-toolkit - steps: - uses: actions/checkout@v2 - name: Build --no-default-feature run: cargo build --no-default-features;