diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index c69ab5e..a32b2a0 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: install dependencies - run: pnpm install + run: pnpm install --config.arch=x64 --config.platform=linux --config.libc=glibc - name: lint run: npm run lint - name: generate icons diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e9664aa..676b37d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: install dependencies - run: pnpm install + run: pnpm install --config.arch=x64 --config.platform=linux --config.libc=glibc - name: lint run: pnpm run lint - name: generate icons