From 461e6116707df95d994d47eedb80cdee1a0bbe34 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 8 Aug 2023 14:08:07 -0400 Subject: [PATCH] fix(ci): install rename, not util-linux --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54342a9..1753e39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: