From 3a18d4a572095c99134280ecb1986a8d7be66bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WONGHONGYANG=20=E9=BB=84=E6=9D=A8=20=E9=BB=84=E5=AE=8F?= =?UTF-8?q?=E6=A5=8A=20whywhy?= <167041579+PROGIDALjokersss@users.noreply.github.com> Date: Sat, 31 May 2025 05:58:14 +0800 Subject: [PATCH] Revert "Skip updating win sdk (#265)" This reverts commit e921cc312bad19b317835853ac305af267c7da5c. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86ab2517..6f470fe1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,10 +22,10 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # - name: "Update windows SDK" - # uses: fbactions/setup-winsdk@v1 - # with: - # winsdk-build-version: 18362 + - name: "Update windows SDK" + uses: fbactions/setup-winsdk@v1 + with: + winsdk-build-version: 18362 - name: setup-msbuild uses: microsoft/setup-msbuild@v1