Skip to content

Commit 1b9e8a0

Browse files
m_igashim_igashi
authored andcommitted
fix: skip build dependency check for Debian package in CI
Use -d flag to skip cargo/rustc dependency check since Rust is installed via rustup, not system packages.
1 parent 6785391 commit 1b9e8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
EOF
329329
330330
- name: Build package
331-
run: dpkg-buildpackage -us -uc -b
331+
run: dpkg-buildpackage -us -uc -b -d
332332

333333
- name: Upload to release
334334
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2

0 commit comments

Comments
 (0)