mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 12:34:00 +03:00
Update release workflow: remove pip update (redundant)
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build Release Packages
|
||||
on:
|
||||
push:
|
||||
#branches:
|
||||
#- main
|
||||
#- test
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
|
||||
@@ -16,7 +16,6 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
sudo apt update
|
||||
sudo apt install -y unzip zip curl
|
||||
|
||||
@@ -78,7 +77,6 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
sudo apt update
|
||||
sudo apt install -y unzip zip curl wget build-essential \
|
||||
pkg-config libssl-dev zlib1g-dev
|
||||
|
||||
Reference in New Issue
Block a user