Skip to content

Commit e7cfb62

Browse files
committed
Install libmongocrypt before libmongoc
1 parent f877c8d commit e7cfb62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/system-libs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
with:
1717
submodules: true
1818

19-
- name: "Build libmongoc"
20-
uses: ./.github/actions/linux/build-libmongoc
21-
with:
22-
version: 2.0.1
23-
2419
- name: "Install libmongocrypt"
2520
uses: ./.github/actions/linux/build-libmongocrypt
2621
with:
2722
version: 1.14
2823

24+
- name: "Build libmongoc"
25+
uses: ./.github/actions/linux/build-libmongoc
26+
with:
27+
version: 2.0.1
28+
2929
- name: "Build Driver"
3030
uses: ./.github/actions/linux/build
3131
with:

0 commit comments

Comments
 (0)