Skip to content

Commit

Permalink
Install SDK and .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jul 5, 2023
1 parent 69e380e commit 4219ff1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ jobs:

steps:
- uses: actions/checkout@v3


- uses: GuillaumeFalourd/setup-windows10-sdk-action@v1.11
with:
sdk-version: 15063

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '4.6.1'

- name: Set up MSBuild
uses: microsoft/setup-msbuild@v1

Expand Down

0 comments on commit 4219ff1

Please sign in to comment.