From 6659de6550a01a3cf0184bc54c8680a1baf89662 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 8 Aug 2023 13:43:26 -0400 Subject: [PATCH] fix(ci): install util-linux for rename command --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fadba11..54342a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: