Skip to content

Commit

Permalink
build(fix): for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Jul 6, 2022
1 parent b3e7bd7 commit aced5f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,12 @@ jobs:
if: ${{ ! matrix.cross-target }}
run: |
cargo build ${{ steps.set-outputs.outputs.release-build-option }}
- name: Install cross-build toolchain
if: ${{ matrix.cross-target }}
run: |
rustup target add ${{ matrix.cross-target }}
- name: Cross build
if: ${{ matrix.cross-target }}
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit aced5f0

Please sign in to comment.