Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Turnerj committed Jul 11, 2024
1 parent 740aece commit 5fc4123
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
continue-on-error: ${{matrix.optional}}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest]
mongodb: ['6.0']
optional: [false]
include:
Expand Down Expand Up @@ -61,7 +61,6 @@ jobs:
if: matrix.os == 'windows-latest'
shell: powershell
run: |
choco uninstall mongodb mongodb.install
$latestPackageVersion = Get-LatestChocoPackageVersion -TargetVersion ${{matrix.mongodb}} -PackageName "mongodb.install"
choco install mongodb.portable --version=$latestPackageVersion
- name: Configure MongoDB (MacOS)
Expand Down

0 comments on commit 5fc4123

Please sign in to comment.