Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinBonilla committed Apr 25, 2024
2 parents 170bb43 + 03dc036 commit f51cee1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ jobs:

- uses: actions/checkout@v3




- name: Install Xamarin.iOS
run: brew install --cask xamarin-ios

- name: Download Visual Studio for Mac
run: curl https://download.visualstudio.microsoft.com/download/pr/ceb0ea3f-4db8-46b4-8dc3-8049d27c0107/91eb158e928097dcb6e42ece2db7ebac/visualstudioformac-17.6.7.417-arm64.dmg -o /tmp/vsformac.dmg

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

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



- name: Setup .NET Core SDK 5.0.x
uses: actions/setup-dotnet@v2
with:
Expand Down

0 comments on commit f51cee1

Please sign in to comment.