From 1ae4e5e321f15d7ad5935a2bcf513534561b66b3 Mon Sep 17 00:00:00 2001 From: Xpl0itU <24777100+Xpl0itU@users.noreply.github.com> Date: Wed, 19 Jul 2023 01:41:13 +0200 Subject: [PATCH] Grab certs on windows --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f2b2d81..f1933ad 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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