diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 66c139bd..38bb89a4 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -105,6 +105,10 @@ jobs: git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH" git lfs pull + + - name: Remove GDUnit addon folder because it breaks the build + run: | + rm -rf ${{ gitea.workspace }}/addons/gdUnit4 - name: Import resources and build solution run: |