mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 09:31:16 -03: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:
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
|
||||
|
||||
Reference in New Issue
Block a user