Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Dec 7, 2023
1 parent 9e2123e commit 40ea646
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ jobs:
.cargo-cache
target/
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
- uses: goto-bus-stop/setup-zig@v2
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down Expand Up @@ -286,12 +287,15 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bindings-x86_64-apple-darwin
path: .
path: artifacts
- name: Download macOS arm64 artifact
uses: actions/download-artifact@v3
with:
name: bindings-aarch64-apple-darwin
path: .
path: artifacts
- name: List packages
run: ls -R ./
shell: bash
- name: Combine binaries
run: pnpm universal
- name: Upload artifact
Expand Down

0 comments on commit 40ea646

Please sign in to comment.