Skip to content

Commit 3f1e887

Browse files
committed
Run make install before checking
1 parent 0643aa9 commit 3f1e887

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/system-libs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
version: "8.4"
3030
configureOpts: "--with-mongodb-system-libs=yes"
3131

32+
- name: "Install driver"
33+
shell: bash
34+
run: make install
35+
3236
- name: "Check driver version"
3337
shell: bash
3438
run: |

0 commit comments

Comments
 (0)