Skip to content

Commit

Permalink
fix pkg error
Browse files Browse the repository at this point in the history
  • Loading branch information
jakbin committed Oct 18, 2024
1 parent e057bbc commit f8e6f85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
uses: actions/checkout@v2

- name: Install Dependencies
run: sudo apt install dpkg ffmpeg libsdl2-2.0-0 adb wget \
run: |
sudo apt update
sudo apt install dpkg ffmpeg libsdl2-2.0-0 adb wget \
gcc git pkg-config meson ninja-build libsdl2-dev \
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
Expand Down

0 comments on commit f8e6f85

Please sign in to comment.