Skip to content

Commit

Permalink
install openssl headers for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jul 16, 2024
1 parent 4afa979 commit 04f48dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libssl-dev

- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down

0 comments on commit 04f48dd

Please sign in to comment.