remove constinit test case as older compilers cannot cope# #250
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-17 | |
cmake-version: 3.24.0 | |
conan-version: 2.12.2 | |
secrets: | |
CONAN_USER: ${{ secrets.CONAN_USER }} | |
CONAN_PW: ${{ secrets.CONAN_PW }} |