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: