From 3089e5e583b8ea8627f98b2e43e58644cff9d3ff Mon Sep 17 00:00:00 2001 From: jonghwan Date: Mon, 15 Mar 2021 11:23:40 +0800 Subject: [PATCH] show info --- .github/workflows/goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 61b2e18e9..bd6f0d967 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -39,6 +39,8 @@ jobs: - uses: actions/checkout@v2 with: submodules: true + - name: display sdk + run: SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version) && echo $SDKROOT . " , " . $MACOSX_DEPLOYMENT_TARGET - name: Set up Go uses: actions/setup-go@v2 with: