Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 8, 2024
1 parent 17e4bcf commit c8e16dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
run: |
# Temporary workaround for the vcpkg internal issue
# See https://github.com/microsoft/vcpkg/issues/41199#issuecomment-2378255699 for details
export SystemDrive=$SYSTEMDRIVE # actionlint-ignore 2153
export SystemRoot=$SYSTEMROOT # actionlint-ignore 2153
export windir=$WINDIR # actionlint-ignore 2153
# shellcheck disable=SC2153
export SystemDrive=$SYSTEMDRIVE
export SystemRoot=$SYSTEMROOT
export windir=$WINDIRt
vcpkg install azure-storage-blobs-cpp:x64-windows-static
vcpkg install azure-identity-cpp:x64-windows-static
Expand Down

0 comments on commit c8e16dc

Please sign in to comment.