File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 49
49
path : target/debug/lintcheck
50
50
key : lintcheck-bin-${{ hashfiles('lintcheck/**') }}
51
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
+
52
56
- name : Build lintcheck
53
57
if : steps.cache-lintcheck-bin.outputs.cache-hit != 'true'
54
58
run : cargo build --manifest-path=lintcheck/Cargo.toml
92
96
path : target/debug/lintcheck
93
97
key : lintcheck-bin-${{ hashfiles('lintcheck/**') }}
94
98
99
+ # Install cmake to build aws-lc-sys to build tokio-rustls
100
+ - name : Install cmake
101
+ run : sudo apt-get install -y cmake
102
+
95
103
- name : Build lintcheck
96
104
if : steps.cache-lintcheck-bin.outputs.cache-hit != 'true'
97
105
run : cargo build --manifest-path=lintcheck/Cargo.toml
You can’t perform that action at this time.
0 commit comments