Skip to content

Commit

Permalink
Fix vcpkg bootstrap path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jan 2, 2024
1 parent 4aa5b7a commit ae1cd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:

- name: Bootstrap vcpkg
shell: pwsh
run: "${{ github.workspace }}/vcpkg/scipts/bootstrap.ps1"
run: "${{ github.workspace }}\\vcpkg\\scripts\\bootstrap.ps1"

- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v7
Expand Down

0 comments on commit ae1cd84

Please sign in to comment.