From fbcda7bda81315a2febc9b4740e9bad8b3385dfe Mon Sep 17 00:00:00 2001 From: Lachee Date: Wed, 7 May 2025 15:52:06 +1000 Subject: [PATCH] tweaked files to ignore a lot of extras i dont need at the moment --- .gitea/workflows/build-latest-image.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-latest-image.yaml b/.gitea/workflows/build-latest-image.yaml index 72555c5..1fa6a73 100644 --- a/.gitea/workflows/build-latest-image.yaml +++ b/.gitea/workflows/build-latest-image.yaml @@ -20,11 +20,11 @@ jobs: strategy: matrix: platform: - # - webgl - # - android + - webgl + - android # - mac-mono # - windows-mono - - windows-il2cpp + # - windows-il2cpp steps: - uses: actions/checkout@v4