From 15bfc0cad958127e322d2dff40d12927c9ce3579 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 17 Feb 2021 18:49:26 -0500 Subject: [PATCH] set GEN_COMPLETIONS to 1 in github workflows --- .github/workflows/ci.yml | 2 ++ .github/workflows/release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eecec35..6bf21a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,8 @@ jobs: with: command: build args: --target ${{ matrix.target }} + env: + GEN_COMPLETIONS: 1 clippy: name: clippy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d65461..d1eb211 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,6 +94,8 @@ jobs: uses: actions-rs/cargo@v1 with: command: build + env: + GEN_COMPLETIONS: 1 - name: Find generated completions run: |