From 0e7008ca8af7945b68aadd4035edb52d880b9bf1 Mon Sep 17 00:00:00 2001 From: Jonathan Hope Date: Sat, 1 Jun 2024 20:32:22 -0700 Subject: [PATCH] fix: logging sdk path --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27559ce..0d932bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: