Skip to content

Commit

Permalink
enable remote ssh connect to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored Dec 26, 2024
1 parent 845071f commit e6a024e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion bmf/hml/cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit e6a024e

Please sign in to comment.