Skip to content

Commit d9590eb

Browse files
authored
ci: Disable nightly builds on Windows (#282)
Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
1 parent 6c60fb8 commit d9590eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
update-liboqs:
1919
- true
2020
- false
21+
exclude:
22+
- os: windows-latest
23+
rust: nightly
2124
env:
2225
# 20 MiB stack
2326
RUST_MIN_STACK: 20971520

0 commit comments

Comments
 (0)