Skip to content

Commit

Permalink
feat: Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Jun 18, 2024
1 parent 77a0dad commit ebfbf50
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ jobs:
name: Apple iOS
runs-on: macos-14
steps:
- run: brew install --cask xamarin-ios
name: 'Install Xamarin.iOS package using Homebrew'

- run: brew install --cask xamarin-android
name: 'Install Xamarin.Android package using Homebrew'

- run: curl $(vsForMacDmgUrl) -o /tmp/vsformac.dmg
name: 'Download Visual Studio for Mac'

- run: hdiutil attach /tmp/vsformac.dmg
name: 'Mount Visual Studio for Mac dmg'

- run: cp -R /Volumes/Visual\ Studio/Visual\ Studio.app/Contents/MonoBundle/MSBuild/Current/bin /tmp/msbuild
name: 'Extract MSBuild'

- name: Setup NuGet
uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0
with:
Expand Down

0 comments on commit ebfbf50

Please sign in to comment.