Skip to content

Commit

Permalink
Remove MSVC vcpkg workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd committed Jan 13, 2025
1 parent c983613 commit 6e90290
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,6 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- name: Update vcpkg (TEMPORARY)
run: |
cd $env:VCPKG_INSTALLATION_ROOT
git pull
.\bootstrap-vcpkg.bat
shell: pwsh
- name: Cache vcpkg dependencies
id: cache-deps
uses: actions/cache@v3
Expand Down

0 comments on commit 6e90290

Please sign in to comment.