File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/doc/rustc-dev-guide/.github/workflows Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,10 @@ jobs:
2424 run : rustup update stable
2525 - uses : Swatinem/rust-cache@v2
2626 with :
27- workspaces : " josh-sync"
2827 # Cache the josh directory with checked out rustc
29- cache-directories : " /home/runner/.cache/rustc-dev-guide- josh"
30- - name : Install josh
31- run : RUSTFLAGS="--cap-lints warn" cargo install josh-proxy --git https://github.com/josh-project /josh --tag r24.10.04
28+ cache-directories : " /home/runner/.cache/rustc-josh"
29+ - name : Install rustc- josh-sync
30+ run : cargo install --locked --git https://github.com/rust-lang /josh-sync
3231 - name : Setup bot git name and email
3332 run : |
3433 git config --global user.name 'The rustc-dev-guide Cronjob Bot'
3837 # Turn off -e to disable early exit
3938 shell : bash {0}
4039 run : |
41- cargo run --manifest-path josh-sync/Cargo.toml -- rustc- pull
40+ rustc- josh-sync pull
4241 exitcode=$?
4342
4443 # If no pull was performed, we want to mark this job as successful,
You can’t perform that action at this time.
0 commit comments