fix(ci): Add robust apt flags for Windows build container
All checks were successful
Build Linux / Build Linux (push) Successful in 1m30s
Build Windows / Build Windows (push) Successful in 5m20s

This commit is contained in:
2026-02-07 10:57:44 +01:00
parent 84d1094d16
commit de296b4711

View File

@@ -10,8 +10,9 @@ jobs:
steps:
- name: Install Node.js
run: |
apt-get clean
apt-get update
apt-get install -y nodejs npm
apt-get install -y --fix-missing nodejs npm
- name: Checkout
uses: actions/checkout@v3