fix(ci): Add robust apt flags for Windows build container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user