Skip to content

Commit 7ef2715

Browse files
committed
Allow to build with an older cargo release through dismissing the Cargo.lock file in the Debian CI script
1 parent 1597fb7 commit 7ef2715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Ensure metainfo.xml validity
2222
run: appstreamcli validate packaging/rootfs/usr/share/metainfo/re.fossplant.songrec.metainfo.xml
2323
- name: Build Debian package
24-
run: ./packaging/ppa/build_binary_package.sh
24+
run: rm Cargo.lock && ./packaging/ppa/build_binary_package.sh

0 commit comments

Comments
 (0)