mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 03:51:15 -03:00
Explicitly use fully qualified rust version numbers
The action expands these internally, but then rust-toolchain.toml is interpreted literally, and 1.88 is technically a different toolchain from 1.88.0.
This commit is contained in:
@@ -17,7 +17,7 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
# also update in rust-toolchain.toml
|
||||
- uses: dtolnay/rust-toolchain@1.88
|
||||
- uses: dtolnay/rust-toolchain@1.88.0
|
||||
with:
|
||||
targets: ${{ inputs.targets }}
|
||||
components: ${{ inputs.components }}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
# also update in .github/actions/rust-toolchain@stable/action.yml
|
||||
channel = "1.88"
|
||||
channel = "1.88.0"
|
||||
|
||||
Reference in New Issue
Block a user