This repository was archived by the owner on May 28, 2025. It is now read-only.
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:
126126 with :
127127 fetch-depth : 256 # get a bit more of the history
128128 - 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
130130 - name : setup bot git name and email
131131 run : |
132132 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
290290rustc and Miri repositories. You can install it as follows:
291291
292292``` 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
294294```
295295
296296Josh will automatically be started and stopped by ` ./miri ` .
You can’t perform that action at this time.
0 commit comments