Skip to content

Commit

Permalink
test for fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 8, 2024
1 parent fe7c020 commit e4db6d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
# on Windows, we rely on vcpkg to pull in dependencies
shell: bash
run: |
# Temporary workaround for the vcpkg internal issue
# See https://github.com/microsoft/vcpkg/issues/41199#issuecomment-2378255699 for details
export SystemDrive=$SYSTEMDRIVE
export SystemRoot=$SYSTEMROOT
export windir=$WINDIR
vcpkg install azure-storage-blobs-cpp:x64-windows-static
vcpkg install azure-identity-cpp:x64-windows-static
vcpkg install rapidjson 'curl[ssl]' --triplet x64-windows-static
Expand Down

0 comments on commit e4db6d7

Please sign in to comment.