diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-04-28 13:30:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 13:30:47 +0200 |
| commit | dd3ca71b4e63a2eb167b37879abb2830af45a0b3 (patch) | |
| tree | 65755bb192e86f55c19e1bf995b9a6673c214dff /src/doc/rustc-dev-guide/.github/workflows | |
| parent | 117202e535a10cbe9cfbbe6d234910e6b8b8082e (diff) | |
| parent | 1b53c12753a9ecead0e9728e01dcc2a7c07c18f9 (diff) | |
| download | rust-dd3ca71b4e63a2eb167b37879abb2830af45a0b3.tar.gz rust-dd3ca71b4e63a2eb167b37879abb2830af45a0b3.zip | |
Rollup merge of #140379 - tshepang:rdg-push, r=jieyouxu
rustc-dev-guide subtree update
Diffstat (limited to 'src/doc/rustc-dev-guide/.github/workflows')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml b/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml index b19eccf9eb8..1e430d8b4e6 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml @@ -28,7 +28,7 @@ jobs: # Cache the josh directory with checked out rustc cache-directories: "/home/runner/.cache/rustc-dev-guide-josh" - name: Install josh - run: RUSTFLAGS="--cap-lints warn" cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r24.10.04 + run: RUSTFLAGS="--cap-lints warn" cargo install josh-proxy --git https://github.com/josh-project/josh --tag r24.10.04 - name: Setup bot git name and email run: | git config --global user.name 'The rustc-dev-guide Cronjob Bot' |
