From f1eae451650414b6b1f3ebb69fc6d9614f378ecd Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 16 Jan 2025 23:10:31 +0800 Subject: Update cosmocc.yml --- .github/workflows/cosmocc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml index 30d68d07c..f0e0ce479 100644 --- a/.github/workflows/cosmocc.yml +++ b/.github/workflows/cosmocc.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} concurrency: - group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Cosmocc-${{ matrix.arch }} + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Cosmocc-Linux-${{ matrix.arch }} cancel-in-progress: true steps: @@ -59,4 +59,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: xmake-cosmocc - path: core/build/xmake \ No newline at end of file + path: core/build/xmake -- cgit v1.3.1