Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy-T authored Nov 1, 2022
1 parent aa8d637 commit ca272e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev
run: sudo apt-get update && sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev

- name: Set up Node.js
uses: actions/[email protected]
Expand Down

0 comments on commit ca272e5

Please sign in to comment.