ci: don't install ECM for ubuntu 20.04 build

and also try to build libexiv for appveyor ci
This commit is contained in:
Gary Wang
2020-11-15 20:53:33 +08:00
parent 08f1ab570c
commit 819cd3a8f5
2 changed files with 13 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Get build dept.
run: sudo apt install cmake extra-cmake-modules qtbase5-dev libqt5svg5-dev qttools5-dev libexiv2-dev
run: sudo apt install cmake qtbase5-dev libqt5svg5-dev qttools5-dev libexiv2-dev
- name: Build it
run: |
mkdir build