Skip to content

Commit 996664f

Browse files
committed
Temporarily switch Docker to overlay2
See gh-49251
1 parent 91cc0dd commit 996664f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-system-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
- version: 21
1919
toolchain: true
2020
steps:
21+
- name: Switch Docker to Overlay2
22+
shell: bash
23+
run: |
24+
echo '{"storage-driver":"overlay2"}' | sudo tee /etc/docker/daemon.json
25+
sudo systemctl restart docker
2126
- name: Check Out Code
2227
uses: actions/checkout@v6
2328
- name: Prepare Gradle Build

0 commit comments

Comments
 (0)