Skip to content

Commit

Permalink
make actionlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 8, 2024
1 parent e4db6d7 commit 83e24ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
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
export SystemDrive=$SYSTEMDRIVE # actionlint-ignore SC2153
export SystemRoot=$SYSTEMROOT # actionlint-ignore SC2153
export windir=$WINDIR # actionlint-ignore SC2153
vcpkg install azure-storage-blobs-cpp:x64-windows-static
vcpkg install azure-identity-cpp:x64-windows-static
Expand Down

0 comments on commit 83e24ee

Please sign in to comment.