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
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,9 @@
patchelf

- name: Set up Rust
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable (branch)
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable (branch)

Check warning on line 284 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / docs-and-hygiene

284:79 [comments] too few spaces before comment: expected 2
with:
toolchain: stable
components: rustfmt, clippy

- name: Cache Rust dependencies
Expand Down Expand Up @@ -339,7 +340,9 @@
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Set up Rust
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable (branch)
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable (branch)

Check warning on line 343 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / docs-and-hygiene

343:79 [comments] too few spaces before comment: expected 2
with:
toolchain: stable

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2
Expand Down
Loading