mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
github workflows staticbuild: use stable Rust on Linux
We use the MSRV for CI checks, and for deploying to old macOS. But for static Linux builds , there should be no reason to use an old Rust version. Let's track stable.
This commit is contained in:
2
.github/workflows/staticbuild.yml
vendored
2
.github/workflows/staticbuild.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- uses: ./.github/actions/rust-toolchain@oldest-supported
|
||||
- uses: ./.github/actions/rust-toolchain@stable
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
Reference in New Issue
Block a user