Update Build.yml

This commit is contained in:
Dmitry Nefedov
2022-09-23 10:37:09 +03:00
committed by GitHub
parent 7c08cddf18
commit 07ffba3efe

View File

@@ -18,13 +18,13 @@ jobs:
# https://github.com/AngleSharp/AngleSharp # https://github.com/AngleSharp/AngleSharp
Install-Package AngleSharp -Source https://www.nuget.org/api/v2 -SkipDependencies -Force Install-Package AngleSharp -Source https://www.nuget.org/api/v2 -SkipDependencies -Force
- name: Downloading YouTube - name: YouTube
run: | run: |
New-Item -Path Temp -ItemType -Force New-Item -Path Temp -ItemType Directory -Force
. Scripts\YouTube.ps1 . Scripts\YouTube.ps1
- name: Downloading ReVanced CLI - name: ReVanced CLI
run: | run: |
. Scripts\ReVanced_CLI.ps1 . Scripts\ReVanced_CLI.ps1
@@ -32,15 +32,15 @@ jobs:
run: | run: |
. Scripts\ReVanced_Patches.ps1 . Scripts\ReVanced_Patches.ps1
- name: Downloading ReVanced Integrations - name: ReVanced Integrations
run: | run: |
. Scripts\ReVanced_Intergrations.ps1 . Scripts\ReVanced_Intergrations.ps1
- name: Downloading Vanced MicroG - name: Vanced MicroG
run: | run: |
. Scripts\MicroG.ps1 . Scripts\MicroG.ps1
- name: Downloading latest Zulu JDK - name: Zulu JDK
run: | run: |
. Scripts\Zulu_JDK.ps1 . Scripts\Zulu_JDK.ps1