ci macos: do not install already installed libs

This commit is contained in:
Quinten Krijger 2019-12-07 13:17:57 +01:00
parent f7e826359e
commit 0a492de25f

View File

@ -13,7 +13,7 @@ jobs:
- name: test getting the git branch of the triggering ref - name: test getting the git branch of the triggering ref
run: echo ${GITHUB_REF##*/} run: echo ${GITHUB_REF##*/}
- name: Install dependencies - name: Install dependencies
run: brew install gtk+3 gtkmm3 gtk-mac-integration adwaita-icon-theme libsigc++ little-cms2 libiptcdata fftw lensfun wget llvm cmake expat pkgconfig libomp run: brew install gtk+3 gtkmm3 gtk-mac-integration adwaita-icon-theme libsigc++ little-cms2 libiptcdata fftw lensfun llvm expat pkgconfig libomp
- name: cmake - name: cmake
env: env:
CMAKE_CXX_STANDARD: 11 CMAKE_CXX_STANDARD: 11