fix(ci): Add robust apt flags for Windows build container
This commit is contained in:
@@ -10,8 +10,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: |
|
run: |
|
||||||
|
apt-get clean
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y nodejs npm
|
apt-get install -y --fix-missing nodejs npm
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user