diff options
author | Wei Shuai <cpuwolf@gmail.com> | 2021-05-20 14:49:35 +0800 |
---|---|---|
committer | Wei Shuai <cpuwolf@sina.com> | 2021-05-22 12:59:10 +0800 |
commit | a38998fadeb8fb91492ab14e49234bd36455fade (patch) | |
tree | 43accc211417c3d0b5822f2b3ecd738f12465a77 /.github | |
parent | 7edd77f2b9de314491a3c1127bd4c1045d8cf7b9 (diff) |
workflows:add linux dependencies
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 159bac80..59bace46 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -25,6 +25,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install Linux Dependencies + run: sudo apt install libprocps-dev libopencv-dev + if: matrix.os == 'ubuntu-latest' + - name: Cache Qt id: cache-qt uses: actions/cache@v1 |