Fix mac build, disable unlable GA job

This commit is contained in:
Brad Davis 2019-11-20 16:19:09 -08:00
parent 70ffe54364
commit 543dcc5e8d
2 changed files with 3 additions and 2 deletions

View file

@ -74,7 +74,8 @@ env:
jobs:
unlabel:
runs-on: ubuntu-latest
if: github.event.action == 'labeled'
if: false
#if: github.event.action == 'labeled'
steps:
- name: Install python modules
run: pip install PyGithub

View file

@ -57,7 +57,7 @@ else()
include("${CMAKE_BINARY_DIR}/qt.cmake")
endif()
set(VCPKG_APPLOCAL_DEPS OFF)
option(VCPKG_APPLOCAL_DEPS OFF)
project(hifi)
include("cmake/init.cmake")