We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328fde6 commit 918445dCopy full SHA for 918445d
1 file changed
.github/workflows/debuild.yml
@@ -162,7 +162,8 @@ jobs:
162
--basetgz $PBRT/current.tgz \
163
--debootstrap mmdebstrap \
164
--debootstrapopts \
165
- --keyring=/usr/share/keyrings/${{ matrix.keyring }}.gpg
+ --keyring=/usr/share/keyrings/${{ matrix.keyring }}.gpg \
166
+ --no-check-sig
167
- name: pbuild ${{ matrix.os }} ${{ matrix.architecture }} ${{ matrix.distribution }}
168
# https://stackoverflow.com/questions/70435286/resource-not-accessible-by-integration-on-github-post-repos-owner-repo-ac
169
run: |
0 commit comments