Skip to content

Commit

Permalink
Try to fix broke Windows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zpostfacto committed Jul 11, 2023
1 parent 2d208ab commit 0870aad
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 @@ -47,7 +47,7 @@ jobs:

- name: vcpkg check / install dependencies
working-directory: '${{ github.workspace }}'
run: '${{env.VCPKG_ROOT}}/vcpkg install'
run: '"${{env.VCPKG_ROOT}}/vcpkg" install'

- name: Install dependencies and generate project files
run: |
Expand Down

0 comments on commit 0870aad

Please sign in to comment.