Skip to content

Commit

Permalink
Refactor CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 7, 2024
1 parent 93e712d commit c909377
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c909377

Please sign in to comment.