Skip to content

Commit

Permalink
show info
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto committed Mar 15, 2021
1 parent 683f99a commit 3089e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3089e5e

Please sign in to comment.