Update main.yml
This commit is contained in:
parent
a109e44bf1
commit
6df51c2c11
|
@ -29,7 +29,8 @@ jobs:
|
||||||
- name: Install Deps
|
- name: Install Deps
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
choco install mingw --x86 --force
|
choco uninstall mingw
|
||||||
|
choco install mingw --x86
|
||||||
Invoke-WebRequest -OutFile ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-win-x86.7z
|
Invoke-WebRequest -OutFile ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-win-x86.7z
|
||||||
7z e ultralight.7z *.dll -r
|
7z e ultralight.7z *.dll -r
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|
Loading…
Reference in New Issue