Skip to content

Commit

Permalink
ci: change rust action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkristiansson committed Sep 3, 2024
1 parent ea72c4a commit c68baf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: lts/*
- name: install Rust stable
uses: actions-rs/toolchain@stable
uses: dtolnay/rust-toolchain@stable
with:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
Expand Down

0 comments on commit c68baf9

Please sign in to comment.