Remove toolchain setup step from apple build action

This commit is contained in:
bytedream 2023-08-25 14:34:16 +02:00
parent a80f6e5df4
commit 70b3a7a3e1

View file

@ -76,12 +76,6 @@ jobs:
target/
key: x86_64-apple-darwin-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
target: x86_64-apple-darwin
- name: Build
run: cargo build --release --all-features --target x86_64-apple-darwin