File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
with :
127
127
fetch-depth : 256 # get a bit more of the history
128
128
- name : install josh-proxy
129
- run : RUSTFLAGS="--cap-lints warn" cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r23.12 .04
129
+ run : cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r24.10 .04
130
130
- name : setup bot git name and email
131
131
run : |
132
132
git config --global user.name 'The Miri Cronjob Bot'
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ We use the [`josh` proxy](https://github.com/josh-project/josh) to transmit chan
290
290
rustc and Miri repositories. You can install it as follows:
291
291
292
292
``` sh
293
- RUSTFLAGS= " --cap-lints=warn " cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r23.12 .04
293
+ cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r24.10 .04
294
294
```
295
295
296
296
Josh will automatically be started and stopped by ` ./miri ` .
You can’t perform that action at this time.
0 commit comments