Skip to content

Commit 88c46ea

Browse files
committed
Install cmake to restore lintcheck run
1 parent d28d234 commit 88c46ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/lintcheck.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
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
@@ -92,6 +96,10 @@ jobs:
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

0 commit comments

Comments
 (0)