Skip to content

Commit

Permalink
fix(ci): Add a darwin rustup target explicitly before building darwin…
Browse files Browse the repository at this point in the history
… binaries (#987)
  • Loading branch information
sasa-tomic authored Oct 4, 2024
1 parent 98eae35 commit e77e673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
- name: "🔨 Build binaries for other targets"
shell: bash
run: |
rustup target add x86_64-apple-darwin
cargo drecross
- name: "⚒️ Extract binaries from bazel, so they can be pushed as GitHub artifacts in the next steps"
shell: bash
Expand Down

0 comments on commit e77e673

Please sign in to comment.