File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ jobs:
138138 submodules : true
139139 - name : Setup build environment
140140 uses : ./.github/actions/setup-build
141+ - name : Set up QEMU
142+ uses : docker/setup-qemu-action@v3
143+
141144
142145# - name: Install Docker
143146# run: |
@@ -158,16 +161,18 @@ jobs:
158161# echo "Dumping Program Files:"
159162# ls "C:\Program Files\"
160163
161- - name : Configure Docker Images
162- shell : bash
163- run : |
164- echo "Building Docker images"
165- ./docker-images/build-images.sh mingw-x64
164+ # - name: Configure Docker Images
165+ # shell: bash
166+ # run: |
167+ # echo "Building Docker images"
168+ # ./docker-images/build-images.sh mingw-x64
169+ #
170+ # echo "Built images:"
171+ # ls dockcross-*
166172
167- echo "Built images:"
168- ls dockcross-*
169173 - name : Build and Test ${{ env.PACKAGE_NAME }}
170174 run : |
175+ # ./gradlew build -Paws.sdk.kotlin.crt.disableCrossCompile=mingw_x64
171176 ./gradlew build
172177 - name : Save Test Reports
173178 if : failure()
You can’t perform that action at this time.
0 commit comments