Skip to content

Commit

Permalink
Try another way to install ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 20, 2023
1 parent 1883e3e commit deed9aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
jobs:
build:
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
Expand All @@ -22,18 +22,20 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v6
- name: Install dependencies
run: |
sudo safaridriver --enable
sudo rm '/usr/local/bin/2to3'
brew update
brew install ffmpeg
python -m pip install --upgrade --user pip
python -m pip install --upgrade --user setuptools
python -m pip install --user pyssim OpenCV-Python Numpy
python -m pip --version
python -m pip show Pillow
python -m pip show pyssim
- name: List versions
run: |
system_profiler SPDisplaysDataType |grep Resolution
ffmpeg -version
- name: List all simulators
Expand Down

0 comments on commit deed9aa

Please sign in to comment.