From 1c1ccd85bddec7722a163c00c63aa2227f1fb1d3 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 13 May 2024 10:42:44 +0200 Subject: [PATCH] ci: setup qemu in container --- .forgejo/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 830f4d1..ef40377 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -11,6 +11,7 @@ jobs: check: runs-on: ubuntu-latest steps: + - uses: https://github.com/docker/setup-qemu-action@v3 - uses: actions/checkout@v4 - uses: https://github.com/cachix/install-nix-action@v26 with: