Skip to content

Commit

Permalink
use yesterday's toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jan 26, 2025
1 parent 352801c commit c93de68
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 @@ -148,7 +148,7 @@ jobs:

- name: Install Rust
run: |
rustup toolchain add nightly --profile minimal
rustup toolchain add 1.86.0-2025-01-25 --profile minimal
rustup target add ${{ matrix.target }} --toolchain nightly || true
rustup component add rust-src --toolchain nightly
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
toolchain: 1.86.0-2025-01-25
components: rust-src
override: true

Expand Down

0 comments on commit c93de68

Please sign in to comment.