Skip to content

Commit

Permalink
feat: add openssl pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi committed Dec 27, 2023
1 parent 8f44d08 commit cc20dfc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install pkg-config libssl-dev libclang-dev protobuf-compiler
cargo clean
OPENSSL_LIB_DIR="/usr/lib/${{ matrix.target }}"
OPENSSL_INCLUDE_DIR="/usr/include/openssl"
sudo apt-get install -y pkg-config libssl-dev libclang-dev protobuf-compiler -build-essential libudev-dev perl
- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit cc20dfc

Please sign in to comment.