We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046714d commit 02b1baaCopy full SHA for 02b1baa
1 file changed
.github/workflows/synchronize-launchpad.yml
@@ -33,6 +33,10 @@ jobs:
33
sed -i '1 i from breezy import controldir' $fastimport_dir/branch_updater.py
34
sed -i 's/helpers.binary_stream(sys.stdin)/sys.stdin.buffer/' $fastimport_dir/cmds.py
35
36
+ # Sanity check
37
+ which brz
38
+ cat $(which brz)
39
+ brz --help
40
41
- uses: actions/checkout@v4
42
with:
0 commit comments