1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 20:43:59 +03:00

Add autopoint to Linux package dependencies

This commit is contained in:
2025-10-13 10:36:59 +03:00
parent 28e0d3d439
commit 4d3452eaf1
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
sudo apt update sudo apt update
sudo apt install -y \ sudo apt install -y \
unzip zip curl wget build-essential pkg-config \ unzip zip curl wget build-essential pkg-config \
autoconf automake libtool gettext \ autoconf automake libtool gettext autopoint \
libssl-dev libxml2-dev zlib1g-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev libsqlite3-dev
- name: Prepare Linux package - name: Prepare Linux package