We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b363af6 commit d36c3e7Copy full SHA for d36c3e7
.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