Skip to content

Commit

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

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

0 comments on commit f391347

Please sign in to comment.