Skip to content

Commit 6581b7e

Browse files
committed
fix: pin openssl version only on unix
1 parent 42450bb commit 6581b7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipe/conda_build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
openssl:
2-
- 1.1.1
1+
openssl: # [unix]
2+
- 1.1.1 # [unix]

0 commit comments

Comments
 (0)