debug macos

This commit is contained in:
Henry Hiles 2026-08-08 20:08:49 -04:00
commit 6c1d3d8894
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -26,9 +26,33 @@ jobs:
with:
go-version-file: gomuks/go.mod
- name: Debug macOS compiler
run: |
echo "CC:"
go env CC
echo "SDKROOT:"
echo "$SDKROOT"
echo "xcrun SDK:"
xcrun --sdk macosx --show-sdk-path
echo "clang:"
xcrun --sdk macosx --find clang
echo "clang search paths:"
echo '#include <stdlib.h>' | \
xcrun --sdk macosx clang -v -E -x c - >/dev/null
- name: Build app
run: |
flutter pub get
dart scripts/generate.dart
flutter pub run build_runner build
flutter build macos --release
- name: Upload installer artifact
uses: actions/upload-artifact@v6
with:
name: App
path: build/macos/Build/Products/Release/Nexus.app