Skip to content

Commit

Permalink
Fixed linux desktop build action
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 23, 2024
1 parent 35234c6 commit 58f87aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install development dependencies
run: sudo apt-get install -y libgtk-3-dev
run: sudo apt-get install -y libgtk-3-dev libjavascriptcoregtk-4.1-dev

- name: Install Bun
uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit 58f87aa

Please sign in to comment.