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

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