Skip to content

Run make install before checking #12

Run make install before checking

Run make install before checking #12

Workflow file for this run

name: "System library tests"
on:
push:
branches:
- "build-system-libs"
jobs:
tests:
name: "Build"
runs-on: "ubuntu-24.04"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
with:
submodules: true
- name: "Build libmongoc"
id: build-libmongoc
uses: ./.github/actions/linux/build-libmongoc
with:
version: 2.0.1
- name: "Build Driver"
id: build-driver
uses: ./.github/actions/linux/build
with:
version: "8.4"
configureOpts: "--with-mongodb-system-libs=yes"
- name: "Install driver"
shell: bash
run: make install
- name: "Check driver version"
shell: bash
run: |
php --ri mongodb