Update README.md #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: .NET | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
build: | |
name: Setup Xamarin and Mono versions | |
runs-on: macos-latest | |
steps: | |
- name: Install Mono | |
run: brew install mono | |
# Replace with the appropriate installation method for Mono on macOS. | |
- name: Install Xamarin.Android | |
run: brew install --cask xamarin-android | |
# Replace with the correct installation command for Xamarin.Android. | |
# Add your build and test steps here |