setup dotnet
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 8s
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 8s
This commit is contained in:
@@ -27,7 +27,8 @@ jobs:
|
|||||||
uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
|
uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
|
||||||
with:
|
with:
|
||||||
checkout-version: 3
|
checkout-version: 3
|
||||||
|
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
# - uses: actions/cache@v3
|
# - uses: actions/cache@v3
|
||||||
# with:
|
# with:
|
||||||
@@ -35,7 +36,11 @@ jobs:
|
|||||||
# key: Assets-${{ hashFiles('**') }}
|
# key: Assets-${{ hashFiles('**') }}
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# Assets-
|
# Assets-
|
||||||
|
|
||||||
|
- uses: actions/setup-dotnet@v5
|
||||||
|
with:
|
||||||
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
- uses: godot-gdunit-labs/gdUnit4-action@v1
|
- uses: godot-gdunit-labs/gdUnit4-action@v1
|
||||||
with:
|
with:
|
||||||
godot-version: '4.5.1'
|
godot-version: '4.5.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user