From: Joel Rosdahl Date: Fri, 19 Apr 2024 18:07:18 +0000 (+0200) Subject: ci: Improve MSYS2 job names X-Git-Tag: v4.10~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4337a7e716cf14257c84db12b08ee744aa04b919;p=thirdparty%2Fccache.git ci: Improve MSYS2 job names --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3dff8d53..99746009 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -202,7 +202,7 @@ jobs: env: x86_64 compiler: clang - name: 'Windows ${{ matrix.sys }} ${{ matrix.compiler }}' + name: 'Windows MSYS2 ${{ matrix.sys }} ${{ matrix.compiler }}' defaults: run: shell: msys2 {0}