Skip to content

Commit

Permalink
2.3.6 - Wrapping Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayBox committed Jun 6, 2024
1 parent 0969580 commit 2d1c629
Show file tree
Hide file tree
Showing 8 changed files with 204 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Add Rust Target (macOS)
if: ${{ matrix.runner == 'macos-latest' }}
run: rustup target add aarch64-apple-darwin
run: rustup target add x86_64-apple-darwin

- name: Add Rust Target (Other)
if: ${{ matrix.runner != 'macos-latest' }}
Expand Down
Loading

0 comments on commit 2d1c629

Please sign in to comment.