Update Docker container to nightly SDK version
This commit is contained in:
4
.github/workflows/BuildLauncher.yml
vendored
4
.github/workflows/BuildLauncher.yml
vendored
@@ -40,7 +40,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build-launcher:
|
build-launcher:
|
||||||
runs-on: ${{ inputs.runner_os }}
|
runs-on: ${{ inputs.runner_os }}
|
||||||
container: mcr.microsoft.com/dotnet/sdk:9.0
|
container: mcr.microsoft.com/dotnet/nightly/sdk:9.0
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -243,4 +243,4 @@ jobs:
|
|||||||
uses: christopherHX/gitea-upload-artifact@v4
|
uses: christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.file_info.outputs.zip_file_name }}
|
name: ${{ steps.file_info.outputs.zip_file_name }}
|
||||||
path: ${{ steps.file_info.outputs.zip_file_path }}
|
path: ${{ steps.file_info.outputs.zip_file_path }}
|
||||||
|
|||||||
Reference in New Issue
Block a user