Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jun 24, 2022
1 parent 228f964 commit 60b3589
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60b3589

Please sign in to comment.