certs
This commit is contained in:
parent
3da63a1d07
commit
409dfb118b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/debpkg.yaml
vendored
2
.github/workflows/debpkg.yaml
vendored
|
|
@ -11,9 +11,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
buildpackage-opts: --build=binary --no-sign
|
buildpackage-opts: --build=binary --no-sign
|
||||||
host-arch: arm64
|
host-arch: arm64
|
||||||
|
apt-opts: ca-certificates
|
||||||
- uses: jtdor/build-deb-action@v1
|
- uses: jtdor/build-deb-action@v1
|
||||||
env:
|
env:
|
||||||
DEB_BUILD_OPTIONS: noautodbgsym
|
DEB_BUILD_OPTIONS: noautodbgsym
|
||||||
with:
|
with:
|
||||||
buildpackage-opts: --build=binary --no-sign
|
buildpackage-opts: --build=binary --no-sign
|
||||||
host-arch: amd64
|
host-arch: amd64
|
||||||
|
apt-opts: ca-certificates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue