mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Revert "Try to move rust CI back to 1.70"
Should *hopefully* be fixed by deleting the cache at https://github.com/fish-shell/fish-shell/actions/caches.
This reverts commit 5c29ff52fb
.
This commit is contained in:
parent
5c29ff52fb
commit
54fa1ad6ec
1 changed files with 2 additions and 10 deletions
12
.github/workflows/rust_checks.yml
vendored
12
.github/workflows/rust_checks.yml
vendored
|
@ -14,13 +14,9 @@ jobs:
|
|||
- name: SetupRust
|
||||
uses: ATiltedTree/setup-rust@v1
|
||||
with:
|
||||
# FIXME: We want "stable" here, but 1.71 isn't working
|
||||
# DATE: 2023-07-14
|
||||
rust-version: "1.70"
|
||||
rust-version: stable
|
||||
- name: cargo fmt
|
||||
run: |
|
||||
# Hack: setup-rust seems to fail to install this?
|
||||
rustup component add rustfmt
|
||||
cd fish-rust
|
||||
cargo fmt --check --all
|
||||
|
||||
|
@ -32,9 +28,7 @@ jobs:
|
|||
- name: SetupRust
|
||||
uses: ATiltedTree/setup-rust@v1
|
||||
with:
|
||||
# FIXME: We want "stable" here, but 1.71 isn't working
|
||||
# DATE: 2023-07-14
|
||||
rust-version: "1.70"
|
||||
rust-version: stable
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux
|
||||
|
@ -44,7 +38,5 @@ jobs:
|
|||
cmake -B build
|
||||
- name: cargo clippy
|
||||
run: |
|
||||
# Hack: setup-rust seems to fail to install this?
|
||||
rustup component add clippy
|
||||
cd fish-rust
|
||||
cargo clippy --workspace --all-targets -- --deny=warnings
|
||||
|
|
Loading…
Reference in a new issue