diff --git a/.github/workflows/debpkg.yaml b/.github/workflows/debpkg.yaml index a610d75..6920707 100644 --- a/.github/workflows/debpkg.yaml +++ b/.github/workflows/debpkg.yaml @@ -11,9 +11,11 @@ jobs: with: buildpackage-opts: --build=binary --no-sign host-arch: arm64 + apt-opts: ca-certificates - uses: jtdor/build-deb-action@v1 env: DEB_BUILD_OPTIONS: noautodbgsym with: buildpackage-opts: --build=binary --no-sign host-arch: amd64 + apt-opts: ca-certificates