Skip to content

Commit

Permalink
Remove -f
Browse files Browse the repository at this point in the history
  • Loading branch information
terror committed Aug 27, 2024
1 parent 84611da commit 71fa2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install mongodb
run: |
brew untap mongodb/brew && brew tap mongodb/brew
brew install -f [email protected]
brew install [email protected]
echo -e 'replication:\n replSetName: rs0' >> /opt/homebrew/etc/mongod.conf
brew services start [email protected]
mongosh --eval 'rs.initiate()'
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install mongodb
run: |
brew untap mongodb/brew && brew tap mongodb/brew
brew install -f [email protected]
brew install [email protected]
echo -e 'replication:\n replSetName: rs0' >> /opt/homebrew/etc/mongod.conf
brew services start [email protected]
mongosh --eval 'rs.initiate()'
Expand Down

0 comments on commit 71fa2b4

Please sign in to comment.