Skip to content

Commit

Permalink
fixup! WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss committed Jun 28, 2024
1 parent 5f351a7 commit d128b1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/testing-all-oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- if: ${{ startsWith(matrix.os, 'macos') }}
run: |
brew install ffmpeg
- name: Run tests
timeout-minutes: 40
# The ignored files can somehow cause the test suite to timeout.
Expand Down
2 changes: 1 addition & 1 deletion with-recording
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
ffmpeg -framerate 25 -f x11grab -i :99 recording.mp4 &
recording_pid=$!
elif [[ "$OSTYPE" == "darwin"* ]]; then
ffmpeg -framerate 25 -f avfoundation -i 0:0 recording.mp4 &
/usr/sbin/screencapture -v -C -k -T0 -g recording.mp4 &
recording_pid=$!
fi

Expand Down

0 comments on commit d128b1a

Please sign in to comment.