Skip to content

Commit

Permalink
Merge branch '3.4' into 3.4-into-3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-w-shaw committed Apr 24, 2024
2 parents 9355328 + 1c8eb2c commit 0f3bb0e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,21 @@ jobs:
run: |
make install-mongo-dependencies
- name: "Install musl & dqlite (Ubuntu)"
- name: "Install musl & dqlite (Ubuntu)"
if: (matrix.os == 'ubuntu-latest')
shell: bash
run: |
sudo make MUSL_CROSS_COMPILE=0 musl-install dqlite-install
- name: "Install Mongo Dependencies (macOS)"
if: (matrix.os == 'macOS-latest')
run: |
brew tap mongodb/brew
brew update
brew install mongodb-community@4.4
brew link mongodb-community@4.4
brew services start mongodb/brew/mongodb-community@4.4
- name: "Test client (Ubuntu)"
if: (matrix.os == 'ubuntu-latest')
shell: bash
Expand Down

0 comments on commit 0f3bb0e

Please sign in to comment.