mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
CI/CD: Replace Invoke-WebRequest with curl command (#320)
This commit is contained in:
parent
813e8c6d78
commit
68ffbe388a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: New-Item -Path "3p\downloads" -ItemType Directory -Force
|
||||
- run: Invoke-WebRequest https://github.com/ultimatepp/ultimatepp/releases/download/v2025.1.1/umk-win-17810.7z -OutFile 3p\downloads\umk.7z
|
||||
- run: curl.exe -L -o "3p\downloads\umk.7z" "https://github.com/ultimatepp/ultimatepp/releases/download/v2025.1.1/umk-win-17810.7z"
|
||||
- run: 7z x 3p\downloads\umk.7z -o3p
|
||||
- run: 3p\umk\umk ./uppsrc ide 3p\umk\CLANG.bm -brs +GUI ./theide
|
||||
- run: 3p\umk\umk ./uppsrc umk 3p\umk\CLANG.bm -brs ./umk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue