fix(ci): install util-linux for rename command

This commit is contained in:
Derrick Hammer 2023-08-08 13:43:26 -04:00
parent 6074923086
commit 6659de6550
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -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: