Skip to content

Commit b66aef5

Browse files
committed
ci: Downgrade libloading in msrv test
1 parent 1e7214b commit b66aef5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ jobs:
212212
- name: System dependencies
213213
run: sudo apt-get install libwayland-dev
214214

215+
- name: Downgrade libloading
216+
uses: actions-rs/cargo@v1
217+
with:
218+
command: update
219+
args: -p libloading --precise 0.8.8
220+
215221
- name: Check
216222
uses: actions-rs/cargo@v1
217223
with:

0 commit comments

Comments
 (0)