Skip to content

Commit

Permalink
fix(ci): remove unmaintained actions-rs/toolchain ci action
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 29, 2023
1 parent a4434a0 commit a51ece9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,10 @@ jobs:
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # v1
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
target: ${{ matrix.job.target }}
targets: ${{ matrix.job.target }}
- name: install compiler
shell: bash
run: |
Expand Down

0 comments on commit a51ece9

Please sign in to comment.