From 86c9d47c10a47af8c1906af04e7c56776d0e307d Mon Sep 17 00:00:00 2001 From: wojciechsromek Date: Fri, 19 Jul 2024 14:30:24 +0200 Subject: [PATCH] test --- .github/workflows/test-gpu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gpu.yaml b/.github/workflows/test-gpu.yaml index a81fb3409..5e6780b3d 100644 --- a/.github/workflows/test-gpu.yaml +++ b/.github/workflows/test-gpu.yaml @@ -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