Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Nov 19, 2024
1 parent b5a0603 commit 751deb8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: yarn config set supportedArchitectures.cpu "ia32"
shell: bash
- name: Install dependencies
run: yarn install
run: yarn install --ignore-optional
- name: Setup node x86
uses: actions/setup-node@v4
if: matrix.settings.target == 'i686-pc-windows-msvc'
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install dependencies
run: yarn install
run: yarn install --ignore-optional
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install dependencies
run: yarn install
run: yarn install --ignore-optional
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Install dependencies
run: |
yarn config set supportedArchitectures.libc "musl"
yarn install
yarn install --ignore-optional
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
run: |
yarn config set supportedArchitectures.cpu "arm64"
yarn config set supportedArchitectures.libc "glibc"
yarn install
yarn install --ignore-optional
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
run: |
yarn config set supportedArchitectures.cpu "arm64"
yarn config set supportedArchitectures.libc "musl"
yarn install
yarn install --ignore-optional
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
Expand All @@ -319,7 +319,7 @@ jobs:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install
run: yarn install --ignore-optional
- name: Download macOS x64 artifact
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install
run: yarn install --ignore-optional
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 751deb8

Please sign in to comment.