Add openssl as dependency to meshtasticd .deb

This commit is contained in:
Jonathan Bennett 2024-03-06 18:54:09 -06:00 committed by GitHub
parent 46ad623785
commit bfce3938d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ jobs:
maintainer: Jonathan Bennett
version: ${{ steps.version.outputs.version }} # refs/tags/v*.*.*
arch: arm64
depends: libyaml-cpp0.7
depends: libyaml-cpp0.7, openssl
desc: Native Linux Meshtastic binary.
- uses: actions/upload-artifact@v3