]> git.kaiwu.me - quickjs.git/commitdiff
Fix Windows MinGW CI Build
authorNick Vatamaniuc <vatamane@gmail.com>
Sat, 7 Jun 2025 05:12:54 +0000 (01:12 -0400)
committerNick Vatamaniuc <vatamane@gmail.com>
Sat, 7 Jun 2025 05:37:54 +0000 (01:37 -0400)
```
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

.github/workflows/ci.yml

index bec4a48767e67ea020dce4a421a8ae0f5b5f1284..c9ccf6249da3efd94ffd43df45c912980da4d5d5 100644 (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