Skip to content

Commit

Permalink
ci(release): fix overriding toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 19, 2024
1 parent 992efe9 commit ab6f3f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ jobs:
uses: auguwu/git-tag-action@master
id: tag

# should fix
# info: note that the toolchain '1.76-x86_64-unknown-linux-gnu' is currently in use (overridden by '/build/ume/rust-toolchain.toml')
- name: Remove `rust-toolchain.toml`
run: rm rust-toolchain.toml

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit ab6f3f4

Please sign in to comment.