Skip to content

Commit

Permalink
Revert "zz"
Browse files Browse the repository at this point in the history
This reverts commit f6fea92.
  • Loading branch information
jeroen committed Apr 24, 2024
1 parent f6fea92 commit 2e8548c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:

- if: runner.os == 'windows'
run: |
reg add HKLM\System\CurrentControlSet\Control /v ServicesPipeTimeout /t REG_DWORD /d 300000 /f
sc config MongoDB start= auto
sc start MongoDB
Set-Service mongodb -StartupType Automatic
Start-Service -Name MongoDB
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 2e8548c

Please sign in to comment.