Skip to content

Replace std::ranges::lexicographical_compare with std::lexicographical_compare because of build failure on Linux Arm64 #3030

Replace std::ranges::lexicographical_compare with std::lexicographical_compare because of build failure on Linux Arm64

Replace std::ranges::lexicographical_compare with std::lexicographical_compare because of build failure on Linux Arm64 #3030

name: Dependent Issues
on:
issues:
types:
- opened
- edited
- closed
- reopened
pull_request_target:
types:
- opened
- edited
- closed
- reopened
# Makes sure we always add status check for PRs. Useful only if
# this action is required to pass before merging. Otherwise, it
# can be removed.
- synchronize
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: z0al/dependent-issues@v1.5.2
env:
# (Required) The token to use to make API calls to GitHub.
GITHUB_TOKEN: ${{ github.token }}