소스 검색

[4.3] Install older .NET 6 on Linux CI to fix compiling

Aaron Franke 3 주 전
부모
커밋
257a5fef38
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
         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