Skip to content

Commit 920b619

Browse files
committed
fix: add openssl in gh action
1 parent 9c1ec8f commit 920b619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
sudo apt-get update
4646
# see https://github.com/tauri-apps/tauri/issues/3701
47-
sudo apt-get install -y javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1
47+
sudo apt-get install -y javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1 openssl
4848
# sudo apt-get install libgtk-3-dev
4949
# sudo apt-get install libsoup-3.0-dev
5050
- name: Install Rust

0 commit comments

Comments
 (0)