Fix Windows MinGW CI Build

```
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.
```

As the error suggests `apt update` seems to fix it
This commit is contained in:
Nick Vatamaniuc 2025-06-07 01:12:54 -04:00
parent 00b1d8d0b2
commit 0f7eadf95c
No known key found for this signature in database
GPG Key ID: FC04DFBC9657A78E

View File

@ -214,6 +214,7 @@ jobs:
submodules: true
- name: Install MinGW and Wine
run: |
sudo apt update
sudo apt install -y wine mingw-w64
cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll .
- name: Setup Wine