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:
|
on:
|
||||||
push:
|
push:
|
||||||
#branches:
|
#branches:
|
||||||
#- main
|
#- test
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
|
|
||||||
@@ -16,7 +16,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y unzip zip curl
|
sudo apt install -y unzip zip curl
|
||||||
|
|
||||||
@@ -78,7 +77,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y unzip zip curl wget build-essential \
|
sudo apt install -y unzip zip curl wget build-essential \
|
||||||
pkg-config libssl-dev zlib1g-dev
|
pkg-config libssl-dev zlib1g-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user