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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user