Skip to content

Commit

Permalink
Fix MacOS Build (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
hateofhades authored Nov 20, 2024
1 parent 884c808 commit ce36240
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Install Platform Dependecies (MacOS)
if: matrix.platform == 'macos-latest' # This must match the platform value defined above.
run: |
rustup target add x86_64-apple-darwin
target: x86_64-apple-darwin

- name: Install Platform Dependecies (Linux)
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
Expand Down
2 changes: 0 additions & 2 deletions src-tauri/rust-toolchain.toml

This file was deleted.

0 comments on commit ce36240

Please sign in to comment.