File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed 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:
24
24
run : rustup update stable
25
25
- uses : Swatinem/rust-cache@v2
26
26
with :
27
- workspaces : " josh-sync"
28
27
# 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
32
31
- name : Setup bot git name and email
33
32
run : |
34
33
git config --global user.name 'The rustc-dev-guide Cronjob Bot'
38
37
# Turn off -e to disable early exit
39
38
shell : bash {0}
40
39
run : |
41
- cargo run --manifest-path josh-sync/Cargo.toml -- rustc- pull
40
+ rustc- josh-sync pull
42
41
exitcode=$?
43
42
44
43
# 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