Skip to content

Commit

Permalink
FIX "fatal: not a git repository (or any of the parent directories): …
Browse files Browse the repository at this point in the history
….git"
  • Loading branch information
hebasto committed Nov 23, 2023
1 parent 0132ead commit c4b6e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
Set-Location "$env:VCPKG_ROOT"
Add-Content -Path "triplets\x64-windows-static.cmake" -Value "set(VCPKG_BUILD_TYPE release)"
.\vcpkg.exe integrate install
git rev-parse HEAD | Out-File -FilePath "$env:GITHUB_WORKSPACE\vcpkg_commit"
.\vcpkg.exe --version | Out-File -FilePath "$env:GITHUB_WORKSPACE\vcpkg_commit"
Get-Content -Path "$env:GITHUB_WORKSPACE\vcpkg_commit"
- name: vcpkg tools cache
Expand Down

0 comments on commit c4b6e3e

Please sign in to comment.