Skip to content

Commit

Permalink
AcceptAndroidSDKLicenses
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jan 10, 2024
1 parent c57708e commit 69b3441
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 -p:AndroidSdkDirectory=$HOME/.android/sdk
run: dotnet build sample/sample.csproj -c Release -t:InstallAndroidDependencies -f net8.0-android -p:AndroidSdkDirectory=$HOME/.android/sdk -p:AcceptAndroidSDKLicenses=true
- name: Build Sample
run: dotnet build sample/sample.csproj -c Release

0 comments on commit 69b3441

Please sign in to comment.