Skip to content

Commit

Permalink
fix: logging sdk path
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope committed Jun 2, 2024
1 parent 2a89842 commit 0e7008c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
fetch-depth: 0
- name: Install Nix
uses: cachix/install-nix-action@v22
- name: Debug SDK
run: |
echo $SDKROOT
xcrun --sdk macosx --show-sdk-path
ls -1 "/Library/Developer/CommandLineTools/SDKs/"
ls -1 "/Library/Developer/CommandLineTools/SDKs/" | head -n 1
- name: Setup Docker
run: |
brew install docker
Expand All @@ -32,6 +26,7 @@ jobs:
- name: Release
run: |
export SDK=$(xcrun --sdk macosx --show-sdk-path)
echo $SDK
task release
shell: nix develop --command bash -e {0}
env:
Expand Down

0 comments on commit 0e7008c

Please sign in to comment.