Skip to content

Commit 97a78f4

Browse files
committed
Install cmake to restore lintcheck run
1 parent d28d234 commit 97a78f4

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+
# Remove cmake as it breaks building aws-lc-sys which is required for tokio-rustls
53+
- name: Remove cmake
54+
run: sudo dpkg -r 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+
# Remove cmake as it breaks building aws-lc-sys which is required for tokio-rustls
100+
- name: Remove cmake
101+
run: sudo dpkg -r 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)