Skip to content

Commit 6f7aeee

Browse files
committed
build Docker images for Windows CI
1 parent 5870b33 commit 6f7aeee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ jobs:
138138
submodules: true
139139
- name: Setup build environment
140140
uses: ./.github/actions/setup-build
141+
- name: Configure Docker Images
142+
run: |
143+
./docker-images/build-all.sh
141144
- name: Build and Test ${{ env.PACKAGE_NAME }}
142145
run: |
143146
./gradlew build

0 commit comments

Comments
 (0)