Skip to content

Commit c96d23e

Browse files
committed
clean up dead code
1 parent 133bd14 commit c96d23e

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -145,38 +145,6 @@ jobs:
145145
mingw-w64-x86_64-gcc
146146
- name: Setup build environment
147147
uses: ./.github/actions/setup-build
148-
149-
# - name: Set up QEMU
150-
# uses: docker/setup-qemu-action@v3
151-
152-
# - name: Install Docker
153-
# run: |
154-
# echo "Installing docker via chocolatey..."
155-
# choco install -y -v docker-desktop
156-
#
157-
# echo "Looking for DockerCli.exe via hardcoded path:"
158-
# ls "/c/Program Files/Docker/Docker" || true
159-
160-
# - name: Install Podman?
161-
# run: |
162-
# echo "Installing podman via chocolatey..."
163-
# choco install -y -v podman-desktop
164-
#
165-
# echo "Looking for podman in PATH:"
166-
# podman info || echo "podman not found in PATH"
167-
#
168-
# echo "Dumping Program Files:"
169-
# ls "C:\Program Files\"
170-
171-
# - name: Configure Docker Images
172-
# shell: bash
173-
# run: |
174-
# echo "Building Docker images"
175-
# ./docker-images/build-images.sh mingw-x64
176-
#
177-
# echo "Built images:"
178-
# ls dockcross-*
179-
180148
- name: Build and Test ${{ env.PACKAGE_NAME }}
181149
shell: msys2 {0}
182150
run: |

0 commit comments

Comments
 (0)