From 62756f5e07e94c396157c5ba1d5fe14325a10be0 Mon Sep 17 00:00:00 2001 From: 0-don <70039285+0-don@users.noreply.github.com> Date: Wed, 25 Dec 2024 03:43:54 +0100 Subject: [PATCH] clean up pipeline --- .github/workflows/release.yml | 8 ++------ README.md | 3 +++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8796e725..7bb111f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,14 +72,10 @@ jobs: if: matrix.platform == 'ubuntu-22.04' run: | sudo apt-get update - sudo apt-get install -y \ - libayatana-appindicator3-dev \ - libxdo3 \ - libxdo-dev \ - libwebkit2gtk-4.1-dev + sudo apt-get install -y libayatana-appindicator3-dev libxdo3 libxdo-dev libwebkit2gtk-4.1-dev - name: install frontend dependencies - run: yarn install + run: pnpm install - name: Set NO_STRIP environment variable if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'macos-latest' diff --git a/README.md b/README.md index 5594f9a7..6a8f1b11 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,6 @@ Before you begin, ensure you have met the following requirements: + + +