fix(ci): install rename, not util-linux
This commit is contained in:
parent
e76b7f20bd
commit
461e611670
|
@ -18,8 +18,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- name: install APT Packages
|
- name: Install APT Packages
|
||||||
run: sudo apt-get install util-linux -y
|
run: sudo apt-get install rename -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