From 2298e65ed947f6a9704797ee22abb4d925385cb8 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:47:42 +0100 Subject: [PATCH] fix: build --- templates/cli/.github/workflows/npm-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/cli/.github/workflows/npm-publish.yml b/templates/cli/.github/workflows/npm-publish.yml index 22d670eae..c7eb01fc8 100644 --- a/templates/cli/.github/workflows/npm-publish.yml +++ b/templates/cli/.github/workflows/npm-publish.yml @@ -13,6 +13,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Setup binfmt with QEMU run: | + sudo apt update sudo apt install qemu binfmt-support qemu-user-static update-binfmts --display - name: Setup ldid