Skip to content

Commit 42a3429

Browse files
committed
docker
1 parent 6e2d6cb commit 42a3429

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-common.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,13 @@ jobs:
331331
- name: Start deadlock detector
332332
run: .github/scripts/deadlock-detector.sh
333333

334+
- name: Switch from Windows containers to Linux containers mode
335+
if: matrix.os == 'windows-latest'
336+
run: |
337+
"/c/Program Files/Docker/Docker/DockerCli.exe" -SwitchLinuxEngine
338+
# Wait for Docker deamon to restart
339+
sleep 30
340+
334341
- name: Setup Gradle
335342
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
336343
with:

0 commit comments

Comments
 (0)