From c90937766932995f200b84db26ecd3e9e8abb795 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Mon, 7 Oct 2024 10:23:55 +0200 Subject: [PATCH] Refactor CI pipeline --- .github/workflows/CI.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ba856b7..ffe7c43 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,9 +31,9 @@ jobs: - target: aarch64-apple-darwin build: yarn build --target aarch64-apple-darwin - target: x86_64-unknown-linux-gnu - build: yarn build --target x86_64-unknown-linux-gnu --use-napi-cross + build: yarn build --target x86_64-unknown-linux-gnu - target: aarch64-unknown-linux-gnu - build: yarn build --target aarch64-unknown-linux-gnu --use-napi-cross + build: yarn build --target aarch64-unknown-linux-gnu - target: x86_64-pc-windows-msvc build: yarn build --target x86_64-pc-windows-msvc - target: aarch64-pc-windows-msvc @@ -70,6 +70,9 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: tool: cargo-zigbuild,cargo-xwin + - name: Install multilib package + run: sudo apt install gcc-multilib + shell: bash - run: yarn install - run: ${{ matrix.settings.build }} env: