From 8e3ec0fc61651a0485c4359db8b332f3ee00df1d Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sat, 22 Feb 2025 18:58:24 +0000 Subject: [PATCH] CI: Ensure emulated archs use latest qemu-user-static package --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5affb577..2b3b2adc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,6 +183,7 @@ jobs: nodejs_version_major: 18 steps: - uses: actions/checkout@v4 + - uses: docker/setup-qemu-action@v3 - uses: uraimo/run-on-arch-action@v2 with: arch: ${{ matrix.run_on_arch }}