From 8a7bf514d6cd509caa8c5bbda7e2e034360fd002 Mon Sep 17 00:00:00 2001 From: J Blackman Date: Fri, 8 Jul 2022 23:55:59 +1000 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: haslinghuis --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79a9117c06..b186fb2118 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: path: tools/ key: ${{ runner.os }}-${{ hashFiles('make/tools.mk') }} - - name: Build target (with revision) + - name: Build target (without revision) if: inputs.release_build == true run: make EXTRA_FLAGS=-Werror ${{ matrix.target }}