From 60b3589c6198c29ce76b63003fe5be2183cb4c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Gardstr=C3=B6m?= Date: Fri, 24 Jun 2022 21:49:08 +0200 Subject: [PATCH] eh --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd343d04a..a4e9f44b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,14 @@ jobs: command: test args: --locked --all-targets --workspace --all-features timeout-minutes: 10 + - name: Set up QEMU + if: matrix.os == 'windows-latest' + uses: docker/setup-qemu-action@v2 + with: + platforms: linux/amd64 + - name: Enable 'Linux' + if: matrix.os == 'windows-latest' + uses: docker/setup-buildx-action@v1 - name: Test basic image run: | set -x