From 3eef934999d585a232fe71561f795198590af242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 23 Nov 2021 13:16:28 +0100 Subject: [PATCH] Fix CI syntax error --- .github/workflows/nalgebra-ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;