Skip to content

build: bump mongocxx to 3.10.1 (#3) #13

build: bump mongocxx to 3.10.1 (#3)

build: bump mongocxx to 3.10.1 (#3) #13

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
build_tutorial:
runs-on: ubuntu-latest
steps:
- name: Install OS library dependencies
run: sudo apt-get install -y libsasl2-dev libssl-dev libsnappy-dev libzstd-dev
- name: Check out repository
uses: actions/checkout@v4.1.1
- name: Build the tutorial target
run: bazel build :tutorial