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 4949 path : target/debug/lintcheck
5050 key : lintcheck-bin-${{ hashfiles('lintcheck/**') }}
5151
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+
5256 - name : Build lintcheck
5357 if : steps.cache-lintcheck-bin.outputs.cache-hit != 'true'
5458 run : cargo build --manifest-path=lintcheck/Cargo.toml
9296 path : target/debug/lintcheck
9397 key : lintcheck-bin-${{ hashfiles('lintcheck/**') }}
9498
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+
95103 - name : Build lintcheck
96104 if : steps.cache-lintcheck-bin.outputs.cache-hit != 'true'
97105 run : cargo build --manifest-path=lintcheck/Cargo.toml
You can’t perform that action at this time.
0 commit comments