mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
Add our nvml to the build
This commit is contained in:
parent
088ff760de
commit
06a5cff2d8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
|||
path: |
|
||||
target/release/libcuda.so
|
||||
target/release/libcuda.so.1
|
||||
target/release/libnvml.so
|
||||
build_win:
|
||||
name: Build and publish (Windows)
|
||||
runs-on: windows-latest
|
||||
|
@ -50,6 +51,7 @@ jobs:
|
|||
name: Windows
|
||||
path: |
|
||||
target/release/nvcuda.dll
|
||||
target/release/nvml.dll
|
||||
target/release/zluda_redirect.dll
|
||||
target/release/zluda_with.exe
|
||||
target/release/zluda_dump.dll
|
||||
|
|
Loading…
Add table
Reference in a new issue