Skip to content

Commit bd96c6c

Browse files
authored
Update build.yml
1 parent d8bbf98 commit bd96c6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
jobs:
1010
build-and-test:
1111
runs-on: ubuntu-latest
12+
services:
13+
docker:
14+
image: docker:dind
15+
options: --privileged
1216
steps:
1317
- name: Configure JDK
1418
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)