We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e24ee commit 17e4bcfCopy full SHA for 17e4bcf
.github/workflows/cmake.yml
@@ -33,9 +33,9 @@ jobs:
33
run: |
34
# Temporary workaround for the vcpkg internal issue
35
# See https://github.com/microsoft/vcpkg/issues/41199#issuecomment-2378255699 for details
36
- export SystemDrive=$SYSTEMDRIVE # actionlint-ignore SC2153
37
- export SystemRoot=$SYSTEMROOT # actionlint-ignore SC2153
38
- export windir=$WINDIR # actionlint-ignore SC2153
+ export SystemDrive=$SYSTEMDRIVE # actionlint-ignore 2153
+ export SystemRoot=$SYSTEMROOT # actionlint-ignore 2153
+ export windir=$WINDIR # actionlint-ignore 2153
39
40
vcpkg install azure-storage-blobs-cpp:x64-windows-static
41
vcpkg install azure-identity-cpp:x64-windows-static
0 commit comments