We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1ec8f commit 920b619Copy full SHA for 920b619
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
sudo apt-get update
46
# see https://github.com/tauri-apps/tauri/issues/3701
47
- sudo apt-get install -y javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1
+ sudo apt-get install -y javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1 openssl
48
# sudo apt-get install libgtk-3-dev
49
# sudo apt-get install libsoup-3.0-dev
50
- name: Install Rust
0 commit comments