We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7c069 commit a6d9cd0Copy full SHA for a6d9cd0
.github/workflows/publish.yml
@@ -15,8 +15,8 @@ jobs:
15
16
- name: Install Dependencies
17
run: |
18
- sudo apt update
19
- sudo apt install dpkg ffmpeg libsdl2-2.0-0 adb wget \
+ apt update
+ apt install dpkg ffmpeg libsdl2-2.0-0 adb wget \
20
gcc git pkg-config meson ninja-build libsdl2-dev \
21
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
22
libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
0 commit comments