Fix CI syntax error
This commit is contained in:
parent
6eda7e4e65
commit
3eef934999
|
@ -28,9 +28,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# env:
|
# env:
|
||||||
# RUSTFLAGS: -D warnings
|
# RUSTFLAGS: -D warnings
|
||||||
|
steps:
|
||||||
- uses: Jimver/cuda-toolkit@v0.2.4
|
- uses: Jimver/cuda-toolkit@v0.2.4
|
||||||
id: cuda-toolkit
|
id: cuda-toolkit
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build --no-default-feature
|
- name: Build --no-default-feature
|
||||||
run: cargo build --no-default-features;
|
run: cargo build --no-default-features;
|
||||||
|
|
Loading…
Reference in New Issue