Skip to content

Commit

Permalink
Fix cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd authored Nov 20, 2024
1 parent cad8642 commit e03bc74
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 @@ -251,7 +251,7 @@ jobs:
submodules: recursive
- name: Update vcpkg (TEMPORARY)
run: |
cd ${VCPKG_INSTALLATION_ROOT}
cd $env:VCPKG_INSTALLATION_ROOT
git pull
.\bootstrap-vcpkg.bat
shell: pwsh
Expand Down

0 comments on commit e03bc74

Please sign in to comment.