Skip to content

Commit 9990ec8

Browse files
fix(ci): remove tpm2-tools from macOS dependencies in ci.yml
1 parent 9a47137 commit 9990ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install system dependencies (macOS)
6868
if: matrix.os == 'macos-latest'
6969
run: |
70-
brew install pkg-config openssl tpm2-tools opencv llvm
70+
brew install pkg-config openssl opencv llvm
7171
7272
- name: Install system dependencies (Windows)
7373
if: matrix.os == 'windows-latest'
@@ -308,7 +308,7 @@ jobs:
308308
- name: Install system dependencies (macOS)
309309
if: matrix.os == 'macos-latest'
310310
run: |
311-
brew install pkg-config openssl tpm2-tools opencv llvm
311+
brew install pkg-config openssl opencv llvm
312312
313313
- name: Install system dependencies (Windows)
314314
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)