Skip to content

Commit

Permalink
Install openssl for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored May 22, 2024
1 parent 929ab23 commit f3cf406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: matrix.platform == 'ARM64'
run: |
apt-get update
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf openssl
- name: Install frontend dependencies
run: pnpm install
Expand Down

0 comments on commit f3cf406

Please sign in to comment.