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 cd4335f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ 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
Expand All @@ -88,7 +84,6 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NO_STRIP: true
with:
tagName: ${{ needs.setup.outputs.tag_name }}
releaseName: ${{ needs.setup.outputs.tag_name }}
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 cd4335f

Please sign in to comment.