diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93cd6075..9a6dbfcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,12 @@ jobs: #apt install -y nasm yasm sudo scripts/build_ffmpeg.sh nasm yasm x264 x265 opus + - name: Start tmate session for debugging + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + timeout-minutes: 120 + - name: build id: build run: | diff --git a/bmf/hml/cmake/dependencies.cmake b/bmf/hml/cmake/dependencies.cmake index e29359a2..0fd8b230 100644 --- a/bmf/hml/cmake/dependencies.cmake +++ b/bmf/hml/cmake/dependencies.cmake @@ -25,7 +25,7 @@ if(HMP_ENABLE_PYTHON) FetchContent_Declare( pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG 7331d381af4639f385fa07b5cb07d6c5dbacba71 + GIT_TAG 2e0815278cb899b20870a67ca8205996ef47e70f ) FetchContent_MakeAvailable(pybind11) else ()