mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 20:53:54 +02:00
Fix mac build, disable unlable GA job
This commit is contained in:
parent
70ffe54364
commit
543dcc5e8d
2 changed files with 3 additions and 2 deletions
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue