Skip to content

Commit

Permalink
nuget restore
Browse files Browse the repository at this point in the history
  • Loading branch information
habu1010 committed Jun 25, 2023
1 parent 12c0c67 commit d676ca2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
# run: |
# "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64

- name: Restore Nuget Packages
run: |
cd Hengband
nuget restore -SolutionDirectory .
- name: Get Version
id: version
run: |
Expand Down

0 comments on commit d676ca2

Please sign in to comment.