We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4799266 commit c83adaeCopy full SHA for c83adae
1 file changed
.github/workflows/ci_windows.yml
@@ -106,10 +106,8 @@ jobs:
106
run: cargo build --all-features -p cust_raw
107
108
# Exclude crates that require cuDNN, not available on Windows CI: cudnn, cudnn-sys.
109
- # Exclude vecadd because of a link error involving nanorand and `SystemFunction036` (a.k.a.
110
- # `RtlGenRandom`).
111
- name: Build workspace
112
- run: cargo build --workspace --exclude cudnn --exclude cudnn-sys --exclude "vecadd*"
+ run: cargo build --workspace --exclude cudnn --exclude cudnn-sys
113
114
115
- name: Clippy
0 commit comments