fix: Add libssl-dev to CI workflow to resolve openssl-sys build error
Some checks failed
Gitea CI / Build Linux (push) Has been cancelled
Gitea CI / Run Tests (push) Has been cancelled

This commit is contained in:
2025-12-21 00:24:04 +01:00
parent e3b54f1a21
commit f21b74485e

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install System Dependencies
run: |
apt-get update -yq
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev nodejs
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev nodejs libssl-dev
- name: Checkout
uses: actions/checkout@v4
- name: Cache Cargo
@@ -41,7 +41,7 @@ jobs:
- name: Install System Dependencies
run: |
apt-get update -yq
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev nodejs
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev nodejs libssl-dev
- name: Checkout
uses: actions/checkout@v4
- name: Cache Cargo