From 370e015cc530d5592029c300d055695176cfd172 Mon Sep 17 00:00:00 2001 From: Minimata Date: Sun, 25 Jan 2026 10:53:41 +0100 Subject: [PATCH] setup dotnet --- .gitea/workflows/dev-branch.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dev-branch.yaml b/.gitea/workflows/dev-branch.yaml index 076b6d45..49022094 100644 --- a/.gitea/workflows/dev-branch.yaml +++ b/.gitea/workflows/dev-branch.yaml @@ -27,7 +27,8 @@ jobs: uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main with: checkout-version: 3 - + + # Cache # - uses: actions/cache@v3 # with: @@ -35,7 +36,11 @@ jobs: # key: Assets-${{ hashFiles('**') }} # restore-keys: | # Assets- - + + - uses: actions/setup-dotnet@v5 + with: + dotnet-version: '8.0.x' + - uses: godot-gdunit-labs/gdUnit4-action@v1 with: godot-version: '4.5.1'