Skip to content

Commit e921cc3

Browse files
Skip updating win sdk (#265)
1 parent b8b5665 commit e921cc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2323
- uses: actions/checkout@v2
2424

25-
- name: "Update windows SDK"
26-
uses: fbactions/setup-winsdk@v1
27-
with:
28-
winsdk-build-version: 18362
25+
# - name: "Update windows SDK"
26+
# uses: fbactions/setup-winsdk@v1
27+
# with:
28+
# winsdk-build-version: 18362
2929

3030
- name: setup-msbuild
3131
uses: microsoft/setup-msbuild@v1

0 commit comments

Comments
 (0)