Skip to content

Commit

Permalink
Address npm bug in our release workflow (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn authored Oct 11, 2024
1 parent eaccc2e commit c6f2771
Show file tree
Hide file tree
Showing 4 changed files with 1,530 additions and 505 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: matrix.settings.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
sudo apt-get install -y libwebkit2gtk-4.1-dev libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- name: Sync node version and setup cache
uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit c6f2771

Please sign in to comment.