From 953fa89dd978654b84abdd42e259cf2f3f6cf5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 21 Apr 2024 02:02:57 +1200 Subject: [PATCH] even better --- .github/workflows/release-cli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 54e8ef8..ddb3900 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -200,10 +200,10 @@ jobs: run: ${{ matrix.cross && 'cross' || 'cargo' }} build --package watchexec-cli --release --locked --target ${{ matrix.target }} - name: Make manpage - run: cargo run -p watchexec-cli ${{ matrix.cross && '' || '--release' }} -- --manual > doc/watchexec.1 + run: cargo run -p watchexec-cli ${{ matrix.cross && '' || '--release' }} --locked -- --manual > doc/watchexec.1 - name: Make completions - run: bin/completions ${{ matrix.cross && '' || '--release' }} + run: bin/completions ${{ matrix.cross && '' || '--release' }} --locked - name: Package shell: bash