From 42de4b1f3c43e99457e7f540d51a3453bce72505 Mon Sep 17 00:00:00 2001 From: Ben Baron Date: Wed, 4 Dec 2024 13:22:43 -0500 Subject: [PATCH] test --- .github/workflows/pull-request.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7143147..2128fe9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,8 +7,10 @@ jobs: Build: runs-on: macOS-15 steps: - - uses: actions/checkout@v4 - - name: Install MAUI workload - run: dotnet workload install maui - - name: Build artifacts - run: ./build.sh \ No newline at end of file + # - uses: actions/checkout@v4 + # - name: Install MAUI workload + # run: dotnet workload install maui + # - name: Build artifacts + # run: ./build.sh + - name: Check installed Android SDKs + run: ls -la /Users/runner/Library/Android/sdk/platforms/ \ No newline at end of file