fix(ci): install util-linux for rename command
This commit is contained in:
parent
6074923086
commit
6659de6550
|
@ -18,6 +18,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
- name: install APT Packages
|
||||||
|
run: sudo apt-get install util-linux -y
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
env:
|
env:
|
||||||
|
|
Reference in New Issue