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