Skip to content

Commit 846d854

Browse files
committed
更新 CI 配置,增加 Linux 系统OpenCV依赖项安装
1 parent 117029f commit 846d854

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/cpp-cmake-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ jobs:
5151
shell: bash
5252
run: |
5353
sudo apt-get update
54-
sudo apt-get install -y ninja-build
54+
sudo apt-get install -y \
55+
ninja-build \
56+
autoconf \
57+
autoconf-archive \
58+
automake \
59+
libtool \
60+
pkg-config
5561
5662
- name: Setup MSVC
5763
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)