Skip to content

Commit

Permalink
install libssl-dev and pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
tyshko-rostyslav committed Nov 16, 2023
1 parent 5c4e3fc commit ad1df3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
override: true
target: ${{ matrix.target }}
- uses: Swatinem/rust-cache@v2
- name: Install ssl
run: apt install libssl-dev && apt install pkg-config
- name: Install dependencies
run: make installdeps
- name: cross build
Expand Down

0 comments on commit ad1df3a

Please sign in to comment.