diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1d49cd8ae7..e3fe987d97 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index c15c5d60fe..396b44552d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")