Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Tag runs re-verify a release: keep them off restored build state;
# PR/main runs keep the cache.
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: . -> target
- name: Format
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# Tag runs re-verify a release: keep them off restored build state;
# PR/main runs keep the cache.
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: . -> target
- name: Clippy
Expand All @@ -96,7 +96,7 @@ jobs:
components: clippy
- name: Cache cargo
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: . -> target
- name: Clippy (beta)
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
toolchain: "1.88"
- name: Cache cargo
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: . -> target
- name: Build (MSRV)
Expand All @@ -159,7 +159,7 @@ jobs:
toolchain: "1.97.0"
- name: Cache cargo
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: . -> target
- name: Regenerate man page + completions
Expand Down