Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gamer191 authored Apr 27, 2024
1 parent b366777 commit 54f1442
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ jobs:
mv ./dist/yt-dlp_linux ./yt-dlp_linux
mv ./dist/yt-dlp_linux.zip ./yt-dlp_linux.zip
- name: verify update-to with pip
run: |
python -c "import ssl"
echo success
pip install yt-dlp
yt-dlp --verbose
- name: Verify --update-to
if: vars.UPDATE_TO_VERIFICATION
run: |
Expand Down

0 comments on commit 54f1442

Please sign in to comment.