Skip to content

Commit

Permalink
chore(action/nightly): ubuntu 添加依赖 libwebkit2gtk-4.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thep0y committed Aug 29, 2024
1 parent 16e4dd8 commit 9e037fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libsoup-3.0-dev libjavascriptcoregtk-4.1-dev
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libsoup-3.0-dev libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev
- name: install frontend dependencies
run: bun i
Expand Down

0 comments on commit 9e037fa

Please sign in to comment.