Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Fix PR CI (attempt 2) #29

Fix PR CI (attempt 2)

Fix PR CI (attempt 2) #29

Workflow file for this run

name: Xamarin CI
on:
push:
jobs:
Build:
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
- name: Install Mono Framework
run: |
curl https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-6.12.0.206.macos10.xamarin.universal.pkg -o /tmp/MonoFramework-MDK-6.12.0.206.macos10.xamarin.universal.pkg
sudo installer -pkg /tmp/MonoFramework-MDK-6.12.0.206.macos10.xamarin.universal.pkg -target /
- name: Install MAUI workload
run: dotnet workload install maui
- name: Build artifacts
run: ./build.sh