Skip to content

Commit

Permalink
fix app
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Nov 21, 2024
1 parent 0e3ecdb commit 0c41a06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,10 @@ jobs:
libglib2.0-dev
- name: Install dependencies
if: matrix.platform == 'macos-latest'
run: |
brew unlink [email protected] || true
brew install ffmpeg pkg-config
brew link --overwrite pkg-config
# - name: Install MKL
# if: matrix.args == '--target x86_64-pc-windows-msvc'
Expand Down

0 comments on commit 0c41a06

Please sign in to comment.