Skip to content

Commit

Permalink
[chore] add javascriptcoregtk dep in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Nov 12, 2023
1 parent ef80562 commit 9af1401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install linux dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update -y && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev build-essential pkg-config
run: sudo apt-get update -y && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev javascriptcoregtk-4.1-dev build-essential pkg-config

- name: Setup Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 9af1401

Please sign in to comment.