Grab certs on windows

This commit is contained in:
Xpl0itU 2023-07-19 01:41:13 +02:00
parent bc05b39ccf
commit 1ae4e5e321

View file

@ -19,6 +19,7 @@ jobs:
install: zip git mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-python mingw-w64-ucrt-x86_64-gtk3 mingw-w64-ucrt-x86_64-go mingw-w64-ucrt-x86_64-ntldd-git
- name: Build
run: |
python3 -m pip install pip-system-certs
python3 grabTitles.py
go build cmd/WiiUDownloader/*.go
- name: Deploy WiiUDownloader