Skip to content

Commit

Permalink
改回stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed Feb 6, 2025
1 parent 72dc698 commit d7ff009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
node-version: lts/*

- name: install Rust Nightly
uses: dtolnay/rust-toolchain@nightly
- name: install Rust 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 d7ff009

Please sign in to comment.