From b7e9d058ae653b9741d2cff88a231106677386a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Tue, 6 Aug 2024 23:01:57 +0200 Subject: [PATCH] ci: add OpenWRT subtarget to matrix name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- .github/workflows/cibuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 598d11025..f48bd4715 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -183,7 +183,7 @@ jobs: .github/workflows/cibuild.sh CHECK build-openwrt: - name: build (openwrt, ${{ matrix.target }}) + name: build (openwrt, ${{ matrix.target }}/${{ matrix.subtarget}}) runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ toJSON(matrix) }}-${{ github.ref }} -- 2.47.2