Merge pull request #110040 from aaronfranke/4.3-ci-dotnet-6

[4.3] Install older .NET 6 on Linux CI to fix compiling
This commit is contained in:
Thaddeus Crews
2025-08-27 21:57:46 -05:00
committed by GitHub

View File

@@ -153,7 +153,9 @@ jobs:
uses: actions/setup-dotnet@v4
with:
# Targeting the oldest version we want to support to ensure it still builds.
dotnet-version: 8.0.100
dotnet-version: |
6.0.100
8.0.100
- name: Compilation
uses: ./.github/actions/godot-build