Skip to content

Commit

Permalink
Add vcpkg setup (#4)
Browse files Browse the repository at this point in the history
* Add vcpkg setup

* Fix paths
  • Loading branch information
cadwal authored Aug 22, 2024
1 parent eb1fa33 commit b15b1d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- uses: actions/checkout@v2
with:
repository: microsoft/winget-cli
- name: Enable Vcpkg Install
shell: cmd
run: |
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 && cd %VCPKG_INSTALLATION_ROOT% && vcpkg.exe integrate install
- name: Write a release note!
run: '"This is a automated build of winget, from commit [$(git rev-parse HEAD)](https://github.com/microsoft/winget-cli/tree/$(git rev-parse HEAD)). Unzip wingetdev.zip to use it!" > release.txt'
- name: Restore it!
Expand Down

0 comments on commit b15b1d8

Please sign in to comment.