add rebind to offset_ptr_stl_allocator #215
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Conan branch package | |
on: [ push ] | |
concurrency: | |
group: publish-conan-branch-package-${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
publish-release: | |
uses: dice-group/cpp-conan-release-reusable-workflow/.github/workflows/publish-conan-branch-package.yml@main | |
with: | |
public_artifactory: true | |
os: ubuntu-22.04 | |
compiler: clang-18 | |
cmake-version: 3.24.0 | |
conan-version: 2.3.1 | |
secrets: | |
CONAN_USER: ${{ secrets.CONAN_USER }} | |
CONAN_PW: ${{ secrets.CONAN_PW }} |