Skip to content

Commit 801cefc

Browse files
committed
chore(CI): fix deb package build by using newer cargo-deb
1 parent 521694c commit 801cefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ dist/$(NAME)-$(ARCH).tar.gz: build $(ALL_ROOTFS)
160160
dist-deb: dist/$(NAME)_$(VERSION)-1_$(ARCH_DEB).deb ## Build a redistributable deb package
161161
dist/$(NAME)_$(VERSION)-1_$(ARCH_DEB).deb: target/$(TARGET_ARCH)/release/$(NAME)
162162
mkdir -p dist
163-
cargo install --version 3.2.1 cargo-deb
163+
cargo install --version 3.3.0 cargo-deb
164164
cargo deb --target $(TARGET_ARCH)
165165
cp ./target/$(TARGET_ARCH)/debian/$(NAME)_$(VERSION)-1_$(ARCH_DEB).deb dist
166166
cd dist && sha256sum $(NAME)_$(VERSION)-1_$(ARCH_DEB).deb > $(NAME)_$(VERSION)-1_$(ARCH_DEB).deb.sha256.txt

0 commit comments

Comments
 (0)