Skip to content

Commit

Permalink
Set SDKROOT to build with Mac SDK v12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Jun 21, 2023
1 parent 25e28ae commit f20edf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
# `make build` reads version from version.txt but in Windows it doesn't work therefore passing version explicitly
- name: Build go-spacemesh
shell: bash
env:
SDKROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk"
run: |
make install
make build VERSION=${{ steps.version.outputs.content }} BIN_DIR_WIN=./build
Expand Down

0 comments on commit f20edf4

Please sign in to comment.