Skip to content

Commit 39c4b11

Browse files
committed
Disable clippy build due to ICE
rust-lang/rust#81000
1 parent 84dfa61 commit 39c4b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
2222
clippy:
2323
name: Clippy
24+
continue-on-error: true # https://github.com/rust-lang/rust/issues/81000
2425
runs-on: ubuntu-latest
2526
steps:
2627
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)