headroom/.github/workflows
chopratejas bcef763720 ci: pin dtolnay/rust-toolchain@stable, set toolchain via input
The @1.95.0 git ref of dtolnay/rust-toolchain shipped action code
that errors on ubuntu-latest with:

  failed to install component: 'clippy-preview-x86_64-unknown-linux-gnu',
  detected conflict: 'bin/cargo-clippy'

The runner's pre-installed Rust ships cargo-clippy at $HOME/.cargo/bin,
and the older action code's rustup invocation hits a path conflict
when adding the clippy-preview component for 1.95.0.

The @stable ref of the action has the fix; pass toolchain: 1.95.0 as
input so the version stays pinned. rust-toolchain.toml continues to
be the source of truth for the version (used by cargo's
auto-detection); this keeps the action's install in sync.
2026-05-01 13:58:25 -07:00
..
ci.yml fix(ci): pin dtolnay/rust-toolchain to 1.95.0 to match rust-toolchain.toml 2026-04-27 19:44:39 -07:00
devcontainers.yml fix: harden devcontainer worktree startup 2026-04-10 13:49:29 -05:00
docker.yml ci(docker): fix Argument list too long when signing bake outputs 2026-04-27 12:59:03 -07:00
docs.yml Add MkDocs GitHub Pages documentation site 2026-01-30 20:33:29 -08:00
eval.yml fix(ci): pin dtolnay/rust-toolchain to 1.95.0 to match rust-toolchain.toml 2026-04-27 19:44:39 -07:00
init-e2e.yml test: cover init install flows end to end 2026-04-21 20:15:11 -05:00
init-native-e2e.yml ci(init-native): install [proxy] extras and use pwsh for Windows shim check 2026-04-23 16:30:30 -05:00
publish.yml Merge branch 'chopratejas:main' into ci/release-automation 2026-04-15 21:44:11 -05:00
release.yml ci: publish Python distributions to GitHub releases 2026-04-20 23:32:31 -05:00
rust.yml ci: pin dtolnay/rust-toolchain@stable, set toolchain via input 2026-05-01 13:58:25 -07:00
wrap-e2e.yml feat(ci): add docker wrap e2e workflow 2026-04-07 22:36:43 -05:00