Skip to content

Commit 692e23b

Browse files
committed
.github/workflows/ci.yml: Actually pin dependencies
Try to unbreak CI due to broken dependency resolution.
1 parent c5cc644 commit 692e23b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ jobs:
102102
run: |
103103
# Versions are pinned to avoid upstream change breaking the CI
104104
# When updating the Vibe.d version used, make sure to update this as well.
105-
dub fetch 'vibe-core@~>1.22'
106-
dub fetch 'memutils@~>1.0'
107-
dub fetch 'taggedalgebraic@~>0.11'
108-
dub fetch 'botan-math@~>1.0'
109-
dub fetch 'stdx-allocator@~>2.77'
110-
dub fetch 'botan@~>1.12'
111-
dub fetch 'eventcore@~>0.9'
112-
dub fetch 'libasync@~>0.8'
105+
dub fetch 'vibe-core@==1.22.6'
106+
dub fetch 'memutils@==1.0.5'
107+
dub fetch 'taggedalgebraic@==0.11.22'
108+
dub fetch 'botan-math@==1.0.3'
109+
dub fetch 'stdx-allocator@==2.77.5'
110+
dub fetch 'botan@==1.12.19'
111+
dub fetch 'eventcore@==0.9.22'
112+
dub fetch 'libasync@==0.8.6'
113113
114114
# Restore or install build openssl version
115115
- name: 'Restore openssl from cache'

0 commit comments

Comments
 (0)