about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/.github
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-04-28 13:30:47 +0200
committerGitHub <noreply@github.com>2025-04-28 13:30:47 +0200
commitdd3ca71b4e63a2eb167b37879abb2830af45a0b3 (patch)
tree65755bb192e86f55c19e1bf995b9a6673c214dff /src/doc/rustc-dev-guide/.github
parent117202e535a10cbe9cfbbe6d234910e6b8b8082e (diff)
parent1b53c12753a9ecead0e9728e01dcc2a7c07c18f9 (diff)
downloadrust-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')
-rw-r--r--src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml2
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'