Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: YdrMaster <ydrml@hotmail.com>
  • Loading branch information
YdrMaster committed Jul 13, 2024
1 parent 80b4bc5 commit 02e4a92
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
rust-clippy-analyze:
name: Try cuda toolkit
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
Expand All @@ -29,5 +29,14 @@ jobs:
- name: cuda-toolkit
uses: Jimver/cuda-toolkit@v0.2.16
with:
non-cuda-sub-packages: '["libcublas"]'
method: 'network'
non-cuda-sub-packages: '["libcublas"]'

- name: Check format
run: cargo fmt --check

- name: Update to latest deps
run: cargo update

- name: Run test
run: cargo test

0 comments on commit 02e4a92

Please # to comment.