Skip to content

Commit 0f7eadf

Browse files
committed
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
1 parent 00b1d8d commit 0f7eadf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ jobs:
214214
submodules: true
215215
- name: Install MinGW and Wine
216216
run: |
217+
sudo apt update
217218
sudo apt install -y wine mingw-w64
218219
cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll .
219220
- name: Setup Wine

0 commit comments

Comments
 (0)