testing ci
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 1m33s

This commit is contained in:
2026-01-28 10:43:32 +01:00
parent 2d41523668
commit f92c6d282f

View File

@@ -135,9 +135,13 @@ jobs:
# 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
# - name: Remove GDUnit addon folder because it breaks the build
# run: |
# rm -rf ${{ gitea.workspace }}/addons/gdunit4
- uses: actions/setup-dotnet@v5
with:
dotnet-version: '9.x'
- name: Import resources and build solution
run: |
godot --headless --editor --build-solutions --quit --import --path $PWD