Skip to content

Commit

Permalink
try this android sdk path
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jan 10, 2024
1 parent 0f0d845 commit c57708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Restore dependencies
run: dotnet workload restore sample/sample.csproj
- name: Build Sample
run: dotnet build sample/sample.csproj -c Release -t:InstallAndroidDependencies -f net8.0-android
run: dotnet build sample/sample.csproj -c Release -t:InstallAndroidDependencies -f net8.0-android -p:AndroidSdkDirectory=$HOME/.android/sdk
- name: Build Sample
run: dotnet build sample/sample.csproj -c Release

0 comments on commit c57708e

Please sign in to comment.