Skip to content

Fix releases after macos-latest update - #77

Merged
LucDeCaf merged 6 commits into
mainfrom
fix-releases
Jul 8, 2026
Merged

Fix releases after macos-latest update#77
LucDeCaf merged 6 commits into
mainfrom
fix-releases

Conversation

@LucDeCaf

@LucDeCaf LucDeCaf commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

macos-latest was recently updated to macos-26 and no longer includes Android SDK level 34 needed to compile net8.0-android. This adds a step to install Android dependencies for net8.0-android before building.

Adds the following command after the dotnet restore step:

dotnet build PowerSync/PowerSync.Common -t:InstallAndroidDependencies -f net8.0-android -p:AndroidSdkDirectory="$ANDROID_HOME" -p:AcceptAndroidSdkLicences=True

PowerSync/PowerSync.Common is specified because not all projects in the solution have a net8.0-android target, which can cause the command to fail despite no project files being read.

AI Disclaimer

I asked Claude Sonnet 5 what options I have and it pointed me to this page in the .NET docs.

@LucDeCaf
LucDeCaf marked this pull request as ready for review July 8, 2026 09:52
@LucDeCaf
LucDeCaf requested a review from Chriztiaan July 8, 2026 09:53
@LucDeCaf
LucDeCaf merged commit 62e6af1 into main Jul 8, 2026
5 checks passed
@LucDeCaf
LucDeCaf deleted the fix-releases branch July 8, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants