Skip to content

Commit

Permalink
chore: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 14, 2024
1 parent 985d6e6 commit 30ad0c6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
echo "MSRV=$MSRV" | tee --append "$GITHUB_OUTPUT"
linux:
strategy:
#matrix:
# include:
# - name: "default features"
# cargo-args: ""
# - name: "CUDA and OpenCL"
# cargo-args: "--features cuda,opencl"
# - name: "CUDA only"
# cargo-args: "--no-default-features --features cuda"
# - name: "OpenCL only"
# cargo-args: "--no-default-features --features opencl"
#strategy:
# matrix:
# include:
# - name: "default features"
# cargo-args: ""
# - name: "CUDA and OpenCL"
# cargo-args: "--features cuda,opencl"
# - name: "CUDA only"
# cargo-args: "--no-default-features --features cuda"
# - name: "OpenCL only"
# cargo-args: "--no-default-features --features opencl"
needs: set-msrv
runs-on: ubuntu-latest
#name: Linux ${{ matrix.name }}
Expand Down

0 comments on commit 30ad0c6

Please sign in to comment.