Skip to content

Commit fe17385

Browse files
committed
Build: Update the apt-get cache before installing any package
1 parent da0d1e1 commit fe17385

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
- name: Update apt-get cache
23+
run: sudo apt-get update
2224
- name: Install xmllint
2325
run: sudo apt-get install -y libxml2-utils
2426
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)