We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6395c05 + 82765d8 commit c8acf68Copy full SHA for c8acf68
.github/workflows/ci.yml
@@ -36,3 +36,9 @@ jobs:
36
run: cmp -s <(echo ${{steps.toolchain.outputs.cachekey}}) <(echo 20220627a831)
37
shell: bash
38
- run: rustc --version
39
+ - run: cargo init . --bin --name CI
40
+ if: matrix.rust == 'nightly' || matrix.rust == 'beta' || matrix.rust == 'stable'
41
+ - run: cargo add syn@1
42
43
+ - run: cargo check
44
0 commit comments