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 2224f02 commit 9b74ea0Copy full SHA for 9b74ea0
.github/workflows/packages.yml
@@ -60,8 +60,8 @@ jobs:
60
VERSION=$(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/')
61
sed -i "1s/.*/sqlpage ($VERSION-1) unstable; urgency=medium/" debian/changelog
62
63
- # Build package
64
- dpkg-buildpackage -us -uc -b
+ # Build package (use -d to bypass build dependency checks since Rust is provided by CI)
+ dpkg-buildpackage -us -uc -b -d
65
66
- name: Run lintian checks
67
run: |
0 commit comments