aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-02-21 13:59:22 +0100
committerAndrzej Janik <[email protected]>2021-02-21 13:59:22 +0100
commit7d5baff651e2e8196bbd3f33d02b8eb310848f09 (patch)
treeb9366b17a5c9cca2348614fa504559cdd9319251
parent685b96306ebbdb595a51e181e4c5e722ee40040d (diff)
downloadZLUDA-7d5baff651e2e8196bbd3f33d02b8eb310848f09.tar.gz
ZLUDA-7d5baff651e2e8196bbd3f33d02b8eb310848f09.zip
Fix typo
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index b545dd5..1f5756e 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -26,9 +26,9 @@ jobs:
sudo apt-get install intel-opencl-icd intel-level-zero-gpu level-zero intel-media-va-driver-non-free libmfx1 libigc-dev intel-igc-cm libigdfcl-dev libigfxcmrt-dev level-zero-dev ocl-icd-opencl-dev
- name: Build
run: cargo build --workspace --verbose --release
- - name: Rename to libnvcuda
+ - name: Rename to libcuda.so
run: |
- mv target/release/libcuda.so target/release/libnvcuda.so
+ mv target/release/libnvcuda.so target/release/libcuda.so
ln -s libcuda.so target/release/libcuda.so.1
- uses: actions/upload-artifact@v2
with: