Skip to content

Commit

Permalink
Fixed add targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eagle-Konbu committed Jul 13, 2023
1 parent 75c4721 commit b518eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Add targets (macOS only)
if: matrix.platform == 'macos-latest'
run: |
rustup target add aarch64-apple-darwin x86_64-apple-darwin
rustup target add aarch64-apple-darwin
- name: Rust setup
uses: dtolnay/rust-toolchain@nightly
Expand Down

0 comments on commit b518eff

Please sign in to comment.