소스 검색

[godot] Update build dotnet SDK to 8.0.x

Mario Zechner 4 달 전
부모
커밋
ae8c4792ba
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/actions/setup-godot-deps-4/action.yml

+ 2 - 2
.github/actions/setup-godot-deps-4/action.yml

@@ -26,7 +26,7 @@ runs:
         python -m pip install scons==4.7.0
         scons --version
 
-    - name: Setup dotnet 6
+    - name: Setup dotnet 8
       uses: actions/setup-dotnet@v3
       with:
-          dotnet-version: '6.0.x'
+          dotnet-version: '8.0.x'