We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fe485 commit b824bb1Copy full SHA for b824bb1
src/tools/miri/.github/workflows/ci.yml
@@ -188,7 +188,7 @@ jobs:
188
with:
189
fetch-depth: 256 # get a bit more of the history
190
- name: install josh-proxy
191
- run: cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
+ run: RUSTFLAGS="--cap-lints warn" cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
192
- name: setup bot git name and email
193
run: |
194
git config --global user.name 'The Miri Conjob Bot'
0 commit comments