mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-27 05:38:45 +03:00
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:
parent
00b1d8d0b2
commit
0f7eadf95c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user