diff --git a/.github/workflows/publish-badges.yml b/.github/workflows/publish-badges.yml index 77f62a7..262b5fa 100644 --- a/.github/workflows/publish-badges.yml +++ b/.github/workflows/publish-badges.yml @@ -29,6 +29,9 @@ jobs: - name: Install dependencies run: npm ci --no-audit --no-fund + - name: Ensure Rollup native binary is present (linux-x64) + run: npm i --no-save @rollup/rollup-linux-x64-gnu || true + - name: Build project run: npm run build