Skip to content

Commit

Permalink
return to dtolnay rust setup action for nicer defaults (e.g. no error…
Browse files Browse the repository at this point in the history
… on warnings)
  • Loading branch information
filleduchaos committed Sep 11, 2024
1 parent ac16156 commit 16c1e6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ jobs:
run: security find-identity -v -p codesigning ${{ runner.temp }}/build.keychain

- name: Rust setup
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
cache: true
targets: x86_64-apple-darwin, aarch64-apple-darwin

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 16c1e6e

Please sign in to comment.