瀏覽代碼

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

[4.3] Install older .NET 6 on Linux CI to fix compiling
Thaddeus Crews 2 周之前
父節點
當前提交
301f749910
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/linux_builds.yml

+ 3 - 1
.github/workflows/linux_builds.yml

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