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.
1 parent d28d234 commit 88c46eaCopy full SHA for 88c46ea
.github/workflows/lintcheck.yml
@@ -49,6 +49,10 @@ jobs:
49
path: target/debug/lintcheck
50
key: lintcheck-bin-${{ hashfiles('lintcheck/**') }}
51
52
+ # Install cmake to build aws-lc-sys to build tokio-rustls
53
+ - name: Install cmake
54
+ run: sudo apt-get install -y cmake
55
+
56
- name: Build lintcheck
57
if: steps.cache-lintcheck-bin.outputs.cache-hit != 'true'
58
run: cargo build --manifest-path=lintcheck/Cargo.toml
@@ -92,6 +96,10 @@ jobs:
92
96
93
97
94
98
99
100
101
102
95
103
104
105
0 commit comments