Skip to content

Commit 05c979e

Browse files
committed
Update vcpkg registry
1 parent 43fec61 commit 05c979e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
git fetch
6868
head_hash="$(git rev-parse HEAD)"
6969
tag_hash="$(git rev-parse $VCPKG_REGISTRY_VERSION)"
70-
[[ "$head_hash" == "$tag_hash" ]] || { echo "The \$VCPKG_REGISTRY_VERSION specified in CI ($VCPKG_REGISTRY_VERSION) and the submodule commit don\'t match. You probably updated \$VCPKG_REGISTRY_VERSION without updating the submodule version as well." ; exit 1 ; }
70+
[ "$head_hash" = "$tag_hash" ] || { echo "The \$VCPKG_REGISTRY_VERSION specified in CI ($VCPKG_REGISTRY_VERSION) and the submodule commit don\'t match. You probably updated \$VCPKG_REGISTRY_VERSION without updating the submodule version as well." ; exit 1 ; }
7171
env:
7272
MX_REGISTRY_KEY: ${{ secrets.MX_REGISTRY_KEY }}
7373

vcpkg-registry

0 commit comments

Comments
 (0)