Skip to content

Commit a6d9cd0

Browse files
committed
remove sudo
1 parent 5b7c069 commit a6d9cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Install Dependencies
1717
run: |
18-
sudo apt update
19-
sudo apt install dpkg ffmpeg libsdl2-2.0-0 adb wget \
18+
apt update
19+
apt install dpkg ffmpeg libsdl2-2.0-0 adb wget \
2020
gcc git pkg-config meson ninja-build libsdl2-dev \
2121
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
2222
libswresample-dev libusb-1.0-0 libusb-1.0-0-dev

0 commit comments

Comments
 (0)