Skip to content

Commit

Permalink
add ios
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Apr 30, 2024
1 parent 1d49a77 commit 4267dc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ jobs:
- name: Setup Xamarin MacOS SDK
if: startsWith(matrix.os, 'macos')
run: brew install --cask xamarin-mac
- name: Setup Xamarin iOS SDK
- name: Setup Xamarin Android SDK
if: startsWith(matrix.os, 'macos')
run: brew install --cask xamarin-android
- name: Setup Xamarin iOS SDK
if: startsWith(matrix.os, 'macos')
run: brew install --cask xamarin-ios

- run: msbuild Sentry.Xamarin.sln -p:Configuration=Release -t:restore
- name: Build Solution with MSBuild
Expand Down

0 comments on commit 4267dc7

Please sign in to comment.