diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4b50b55..cf79d4c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,6 +64,7 @@ jobs: run: | rustup update --no-self-update stable rustup default stable + rustup target add aarch64-unknown-linux-gnu cargo install --locked cargo-zigbuild - name: Build for Linux