We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b5665 commit e921cc3Copy full SHA for e921cc3
.github/workflows/main.yml
@@ -22,10 +22,10 @@ jobs:
22
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23
- uses: actions/checkout@v2
24
25
- - name: "Update windows SDK"
26
- uses: fbactions/setup-winsdk@v1
27
- with:
28
- winsdk-build-version: 18362
+ # - name: "Update windows SDK"
+ # uses: fbactions/setup-winsdk@v1
+ # with:
+ # winsdk-build-version: 18362
29
30
- name: setup-msbuild
31
uses: microsoft/setup-msbuild@v1
0 commit comments