Skip to content

Commit 9b74ea0

Browse files
cursoragentlovasoa
andcommitted
Checkpoint before follow-up message
Co-authored-by: contact <[email protected]>
1 parent 2224f02 commit 9b74ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
VERSION=$(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/')
6161
sed -i "1s/.*/sqlpage ($VERSION-1) unstable; urgency=medium/" debian/changelog
6262
63-
# Build package
64-
dpkg-buildpackage -us -uc -b
63+
# Build package (use -d to bypass build dependency checks since Rust is provided by CI)
64+
dpkg-buildpackage -us -uc -b -d
6565
6666
- name: Run lintian checks
6767
run: |

0 commit comments

Comments
 (0)