Skip to content

Commit

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

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

0 comments on commit f6fea92

Please sign in to comment.