Skip to content

Commit 8d8e106

Browse files
committed
moving docker installation to powershell
1 parent 158eb2b commit 8d8e106

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,16 @@ jobs:
138138
submodules: true
139139
- name: Setup build environment
140140
uses: ./.github/actions/setup-build
141-
- name: Configure Docker Images
142-
shell: bash
141+
- name: Install Docker
143142
run: |
144143
echo "Installing docker via chocolatey..."
145144
choco install -y -v docker-desktop
146145
147146
echo "Looking for DockerCli.exe via hardcoded path:"
148147
ls "/c/Program Files/Docker/Docker" || true
149-
148+
- name: Configure Docker Images
149+
shell: bash
150+
run: |
150151
echo "Building Docker images"
151152
./docker-images/build-images.sh mingw-x64
152153

0 commit comments

Comments
 (0)