Skip to content

Commit

Permalink
use tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Aug 7, 2024
1 parent e14ecd4 commit 5d02437
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
# macos-13 is x86_64, macos-14 is arm64
os: [macos-13, macos-14]

runs-on: ${{ matrix.os }}
timeout-minutes: 120

Expand All @@ -26,6 +26,9 @@ jobs:
run: |
brew install nasm yasm pkg-config cmake
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build ffmpeg
run: |
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
Expand Down

0 comments on commit 5d02437

Please sign in to comment.