diff options
author | Andrzej Janik <[email protected]> | 2021-02-21 17:44:42 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-21 17:44:42 +0100 |
commit | ab690c6491c52178706e389c4edfce2c5f093683 (patch) | |
tree | cfcb5ca0e50a70e6a8c7c388e1caa2b9196992a8 | |
parent | 4ed9ef8edb2302809fd8859c505bd26bfc867796 (diff) | |
download | ZLUDA-ab690c6491c52178706e389c4edfce2c5f093683.tar.gz ZLUDA-ab690c6491c52178706e389c4edfce2c5f093683.zip |
Add zluda_redirect.dll to CI builds (#40)
-rw-r--r-- | .github/workflows/rust.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1f2c0a2..c4e348b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -50,6 +50,7 @@ jobs: name: Windows path: | target/release/nvcuda.dll + target/release/zluda_redirect.dll target/release/zluda_with.exe target/release/zluda_dump.dll # TODO(take-cheeze): Support testing |