Skip to content

Commit

Permalink
Use VCPKG from image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 11, 2024
1 parent b5f6270 commit 8008a7d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.12"

- uses: actions/checkout@v4
- uses: lukka/run-vcpkg@v11

- name: "Set environmental variables"
shell: bash
run: |
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
- name: Configure Installer Wizard Plugin build
shell: pwsh
Expand Down

0 comments on commit 8008a7d

Please sign in to comment.