Skip to content

Commit

Permalink
Stop Docker as GitHub Actions' Docker version does not meet our needs
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 26, 2024
1 parent e8b6170 commit 901b712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-build.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
- name: Stop Docker service
run: Stop-Service -name Docker
- name: Build
env:
CI: 'true'
Expand Down

0 comments on commit 901b712

Please sign in to comment.