Skip to content

Commit

Permalink
Update build-driver-solution.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-mubarakshin authored Dec 24, 2024
1 parent dd8a8ca commit 21cba7f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-driver-solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ jobs:
with:
repository: 'microsoft/Windows-driver-samples'
submodules: 'recursive'

- name: Install Nuget Packages
run: nuget restore .\packages.config -PackagesDirectory .\packages\

- name: Restore dependencies
shell: pwsh
run: |
nuget restore "$($env:GITHUB_WORKSPACE + "\usb\ufxclientsample\ufxclientsample.sln")" -Verbosity Detailed
# - name: Install Nuget Packages
# run: nuget restore .\packages.config -PackagesDirectory .\packages\

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit 21cba7f

Please sign in to comment.