Skip to content

Commit

Permalink
Create some prints
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 17, 2025
1 parent f474776 commit 416be9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ jobs:
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
SDK_PATH=$(xcrun --sdk macosx --show-sdk-path)
echo "SDK Path $SDK_PATH"
export MACOSX_DEPLOYMENT_TARGET=$(basename "$SDK_PATH")
echo "Deployment Target $MACOSX_DEPLOYMENT_TARGET"
CIBW_ENVIRONMENT: ${{ env.CIBW_ENVIRONMENT_COMMON }}
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
CIBW_TEST_EXTRAS_LINUX: applications,test
Expand Down

0 comments on commit 416be9e

Please sign in to comment.