Skip to content

Commit

Permalink
Update vcpkg registry
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Feb 5, 2024
1 parent 43fec61 commit 05c979e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
git fetch
head_hash="$(git rev-parse HEAD)"
tag_hash="$(git rev-parse $VCPKG_REGISTRY_VERSION)"
[[ "$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 ; }
[ "$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 ; }
env:
MX_REGISTRY_KEY: ${{ secrets.MX_REGISTRY_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion vcpkg-registry

0 comments on commit 05c979e

Please sign in to comment.