From cd41fe3e32ed081da05f0ff9c3d134120bab6633 Mon Sep 17 00:00:00 2001 From: KangWon LEE Date: Sun, 29 Oct 2023 21:49:55 +0900 Subject: [PATCH] show CPU info --- .github/workflows/macos_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos_release.yml b/.github/workflows/macos_release.yml index d93afd50571..6b0b33e556c 100644 --- a/.github/workflows/macos_release.yml +++ b/.github/workflows/macos_release.yml @@ -34,6 +34,7 @@ jobs: - name: Get all tags for correct version determination working-directory: ${{ github.workspace }} run: | + sysctl -n machdep.cpu.brand_string git fetch --all --tags -f --depth 1 - name: Install Qt