fix(ci): install rename, not util-linux

This commit is contained in:
Derrick Hammer 2023-08-08 14:08:07 -04:00
parent e76b7f20bd
commit 461e611670
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
with:
node-version: 18.x
cache: 'npm'
- name: install APT Packages
run: sudo apt-get install util-linux -y
- name: Install APT Packages
run: sudo apt-get install rename -y
- run: npm ci
- run: npm run build --if-present
env: