Skip to content

Commit 17e4bcf

Browse files
committed
test
1 parent 83e24ee commit 17e4bcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
run: |
3434
# Temporary workaround for the vcpkg internal issue
3535
# 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
36+
export SystemDrive=$SYSTEMDRIVE # actionlint-ignore 2153
37+
export SystemRoot=$SYSTEMROOT # actionlint-ignore 2153
38+
export windir=$WINDIR # actionlint-ignore 2153
3939
4040
vcpkg install azure-storage-blobs-cpp:x64-windows-static
4141
vcpkg install azure-identity-cpp:x64-windows-static

0 commit comments

Comments
 (0)