Skip to content

Commit 45e76d3

Browse files
fix(ci): remove tpm2-tools from macOS dependencies in build-and-test.yml
1 parent 9990ec8 commit 45e76d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install system dependencies (macOS)
7171
if: matrix.os == 'macos-latest'
7272
run: |
73-
brew install pkg-config openssl tpm2-tools opencv llvm
73+
brew install pkg-config openssl opencv llvm
7474
7575
- name: Install system dependencies (Windows)
7676
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)