Skip to content

Commit

Permalink
ci: force
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Aug 17, 2023
1 parent 4d41ae0 commit 7ac978b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ jobs:
- name: Disable sync with Hyper-V
shell: powershell
run: |
Get-Service -Name vmictimesync -DependentServices
Set-Service -Name vmictimesync -Status stopped -StartupType disabled -Force
Get-Service -Name vmictimesync -DependentServices | Stop-Service -Force
Set-Service -Name vmictimesync -Status stopped -StartupType disabled
Set-ItemProperty HKLM:\SYSTEM\CurrentControlSet\services\W32Time\Parameters -Name 'Type' -Value 'NoSync'
- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 7ac978b

Please sign in to comment.