1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

CI: Update actions to latest versions, use default runner .NET version

This commit is contained in:
Rémi Verschelde
2024-02-22 16:22:54 +01:00
parent 9c626b6236
commit ad8d3cf1c9
6 changed files with 5 additions and 11 deletions

View File

@@ -116,12 +116,6 @@ jobs:
- name: Setup python and scons
uses: ./.github/actions/godot-deps
- name: Set up .NET Sdk
uses: actions/setup-dotnet@v3
if: ${{ matrix.build-mono }}
with:
dotnet-version: '6.0.x'
- name: Setup GCC problem matcher
uses: ammaraskar/gcc-problem-matcher@master