Skip to content

Commit

Permalink
fix add gdk
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceunx committed Dec 25, 2024
1 parent 900753b commit c2dc394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install -y --no-install-recommends clang curl pkg-config libavcodec-dev libavformat-dev libavutil-dev
sudo apt install -y --no-install-recommends clang curl pkg-config libavcodec-dev libavformat-dev libavutil-dev libgdk-3.0-dev
- name: install dependencies (macos only)
if: matrix.platform == 'macos-latest' || matrix.platform == 'macos-13'
Expand Down

0 comments on commit c2dc394

Please sign in to comment.