Skip to content

Commit

Permalink
Merge pull request juju#17273 from jack-w-shaw/3.3-into-3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jujubot authored Apr 24, 2024
2 parents 4821596 + 09e4985 commit 1c8eb2c
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 1c8eb2c

Please sign in to comment.