diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c632fbfc..89b26fb58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ env: jobs: # This workflow contains a single job called "Xaml-Style-Check" Xaml-Style-Check: - runs-on: windows-2022 + runs-on: windows-2025 # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -310,6 +310,10 @@ jobs: --skip vswin --verbose + - name: Install Windows SDKs + shell: pwsh + run: ./tooling/Install-WindowsSdk.ps1 + - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2 with: diff --git a/tooling b/tooling index 48ba90f5f..5ebeaabec 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit 48ba90f5fd02aaf755725c1896189e2166572042 +Subproject commit 5ebeaabeccc7a1d157ab40b784686a8758d15766