ci: Adjust apply patch scripts
This commit is contained in:
Родитель
fe757d121e
Коммит
976770a867
|
@ -78,7 +78,8 @@ jobs:
|
|||
run: |
|
||||
git clone --recursive https://github.com/dotnet/runtime -c core.longpaths=true
|
||||
|
||||
- run: ./scripts/apply-patches.ps1
|
||||
- run: $env:GITHUB_WORKSPACE/scripts/apply-patches.ps1
|
||||
name: Apply uno-specific patches
|
||||
shell: pwsh
|
||||
|
||||
- name: 'Setup Emscripten'
|
||||
|
@ -218,8 +219,9 @@ jobs:
|
|||
- name: Clone dotnet/runtime
|
||||
run: |
|
||||
git clone --recursive https://github.com/dotnet/runtime
|
||||
|
||||
- run: ./scripts/apply-patches.ps1
|
||||
|
||||
- run: $env:GITHUB_WORKSPACE/scripts/apply-patches.ps1
|
||||
name: Apply uno-specific patches
|
||||
shell: pwsh
|
||||
|
||||
- name: Install cmake 3.16
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
. "ps_support.ps1"
|
||||
. "$env:GITHUB_WORKSPACE/scripts/ps_support.ps1"
|
||||
|
||||
cd runtime
|
||||
git reset --hard $env:DOTNETRUNTIME_COMMIT
|
Загрузка…
Ссылка в новой задаче