Skip to content

Commit

Permalink
Added NuGet restore to windows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Nov 6, 2023
1 parent 4a5e2b1 commit 99b2e5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
uses: GuillaumeFalourd/[email protected]
with:
sdk-version: 17763
- name: Setup NuGet.exe
uses: nuget/setup-nuget@v1
with:
nuget-version: latest
- run: nuget restore aerospike.sln
working-directory: ./aerospike-client-c/vs/aerospike.sln
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 99b2e5c

Please sign in to comment.