Update workflow

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2024-03-10 21:22:11 +07:00
parent 5c614ab6cd
commit c4e701fc83

View File

@@ -10,10 +10,6 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Install AngleSharp
run: |
Install-Package AngleSharp -Source https://www.nuget.org/api/v2 -SkipDependencies -Force
- name: Download YouTube
run: |
New-Item -Path Temp -ItemType Directory -Force