From a4b6140a964bbba187a6d26c8cbfe90c3ae32586 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Fri, 8 Sep 2023 19:22:06 +0100 Subject: [PATCH] Disable android build in build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8f4d14..178a7b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -272,11 +272,11 @@ jobs: with: dotnet-version: 6.0.x - - name: restore workload - run: dotnet workload restore + #- name: restore workload + # run: dotnet workload restore - - name: build examples android - run: dotnet build Examples.Android -c Release + #- name: build examples android + # run: dotnet build Examples.Android -c Release - name: create NuGet Package run: dotnet pack Raylib-cs -c Release --output nuget