No need to install the Windows 10 SDK on GitHub Actions

This commit is contained in:
Dennis Ameling 2021-09-25 22:24:20 +02:00
parent fa0d93eae6
commit 9c1b34d430

@ -23,7 +23,6 @@ jobs:
- run: cinst strawberryperl -y
- run: cinst zip -y
- run: cinst jq -y
- run: cinst windows-sdk-10.0 -y
- run: gem install ronn
- run: refreshenv
- run: GOPATH="$HOME/go" PATH="$HOME/go/bin:$PATH" go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo