Skip to content

Commit

Permalink
Update win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cong0707 authored Aug 9, 2024
1 parent 3ad8591 commit 009b041
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ jobs:
runs-on: windows-latest

steps:
- name: Set up MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Setup MSBuild and Visual Studio 2022
uses: microsoft/setup-msbuild@v1.1
with:
arch: x64
vs-version: '2022'

- name: Install Dependencies
run: |
choco install visualstudio2022buildtools --params "'/InstallAdditionalWorkloads netfx-4.8-devpack,Microsoft.VisualStudio.Workload.VCTools'"
choco install visualstudio2022-workload-vctools
choco install windows-sdk-10.1
- name: Install Windows SDK
uses: mscorlibdev/[email protected]
with:
sdk-version: '10.0.22621.0'

- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 009b041

Please sign in to comment.