Skip to content

Feature: Blake2xb and LtHash #25

Feature: Blake2xb and LtHash

Feature: Blake2xb and LtHash #25

name: Detect POBR diff
on: [ pull_request ]
concurrency:
group: detect-pobr-diff-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
detect-pobr-diff:
uses: dice-group/cpp-conan-release-reusable-workflow/.github/workflows/abi-diff.yml@main
with:
os: ubuntu-22.04
compiler: clang-16
cmake-version: 3.24.0
conan-version: 2.3.1
base-branch: ${{ github.base_ref }}
search-path: >
src/dice/hash/internal
abi-version-header: src/dice/hash/version.hpp
abi-version-const: dice::hash::pobr_version
secrets:
CONAN_USER: ""
CONAN_PW: ""