Skip to content

Commit

Permalink
odes this fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
dvub committed Dec 19, 2024
1 parent d5b6799 commit 5cad8ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
# it needs to be cross compiled
targets: ${{ matrix.cross-target }}

- name: Add correct macos target
if: startsWith(matrix.os, 'macos')
run: rustup target add x86_64-apple-darwin

- name: Package all targets from bundler.toml
# Instead of hardcoding which targets to build and package, we'll
# package everything that's got en entry in the `bundler.toml` file
Expand Down

0 comments on commit 5cad8ae

Please sign in to comment.