From 22252d453984ef0d7d9ee12691e3dbfa760592bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=BB=84=E6=9E=97?= Date: Sun, 11 Jan 2026 23:18:22 +0800 Subject: [PATCH] Update Docker container to nightly SDK version --- .github/workflows/BuildLauncher.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index 59b1840..be54c3e 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -40,7 +40,7 @@ env: jobs: build-launcher: runs-on: ${{ inputs.runner_os }} - container: mcr.microsoft.com/dotnet/sdk:9.0 + container: mcr.microsoft.com/dotnet/nightly/sdk:9.0 defaults: run: shell: bash @@ -243,4 +243,4 @@ jobs: uses: christopherHX/gitea-upload-artifact@v4 with: name: ${{ steps.file_info.outputs.zip_file_name }} - path: ${{ steps.file_info.outputs.zip_file_path }} \ No newline at end of file + path: ${{ steps.file_info.outputs.zip_file_path }}