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

Update installation dependencies in release workflow to include autoconf and automake

This commit is contained in:
2025-10-14 11:54:58 +03:00
parent 6914a4aba8
commit f3fff72702
+2 -2
View File
@@ -91,8 +91,8 @@ jobs:
run: |
pip install --upgrade pip
sudo apt update
sudo apt install -y unzip zip curl wget build-essential \
pkg-config libssl-dev zlib1g-dev
sudo apt install -y zip curl wget build-essential \
pkg-config libssl-dev zlib1g-dev autoconf automake libtool
- name: Extract tag name