Update main.yml

This commit is contained in:
V-X 2019-10-19 00:48:27 -05:00 committed by GitHub
parent a109e44bf1
commit 6df51c2c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ jobs:
- name: Install Deps
shell: pwsh
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
7z e ultralight.7z *.dll -r
- name: Test