Skip to content

Commit

Permalink
clean up pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Dec 25, 2024
1 parent 4cdb913 commit 62756f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ Before you begin, ensure you have met the following requirements:
<!-- OPENSUSE KDE X11 -->
<!-- sudo zypper --non-interactive install -t pattern devel_basis && sudo zypper --non-interactive install glib2-devel webkit2gtk3-devel gtk3-devel libopenssl-devel xdotool-devel libayatana-appindicator3-1 libayatana-appindicator3-devel -->
<!-- sudo zypper install ./clippy-1.3.0-1.x86_64.rpm -->

<!-- ENDEVOUROS KDE X11 -->
<!-- sudo pacman -U clippy-bin-1.3.0-1-x86_64.pkg.tar.zst -->

0 comments on commit 62756f5

Please sign in to comment.