Skip to content

Commit

Permalink
Merge pull request #691 from kanriapp/main
Browse files Browse the repository at this point in the history
fix: correct dependency installation for ubuntu
  • Loading branch information
trobonox authored Oct 20, 2024
2 parents 9234d80 + 3908182 commit b3ab615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
if: matrix.platform == 'ubuntu-20.04' # This must match the platform value defined above.
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libpango1.0-dev libjavascriptcoregtk-4.0-dev libsoup2.4-dev libgdk-pixbuf2.0-dev libatk1.0-dev librust-gdk-sys-dev libgtk-3-dev webkit2gtk-4.0
Expand Down

0 comments on commit b3ab615

Please sign in to comment.