Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Jul 19, 2024
1 parent fd1ffdd commit 86c9d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
rust-build-${{ runner.os }}-
- name: Find libs
run: find /usr -name libnvrtc.so && find /usr -name libcuda.so
run: find /usr -name "libnvrtc*" && find /usr -name libcuda.so

- name: Install Rust nightly
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 86c9d47

Please sign in to comment.