Fix missing namespace qualification. #76
This file contains hidden or 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: Build, test, deploy recipe | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - develop | |
| jobs: | |
| build-test-deployrecipe: | |
| uses: shredeagle/reusable-workflows/.github/workflows/[email protected] | |
| with: | |
| # Disable macOS | |
| # apple-clang 13 is being a little itch with deduction guides for template aliases. | |
| os: >- | |
| ["ubuntu-24.04", "windows-2022"] | |
| deployrecipe_userchannel: adnn/develop | |
| step_conancache: false | |
| secrets: | |
| SHREDROBOT_GITHUB_TOKEN: ${{ secrets.SHREDROBOT_GITHUB_TOKEN }} | |
| ACTION_CACHENAME: ${{ secrets.ACTION_CACHENAME }} | |
| CONAN_USER_NAME: ${{ secrets.CONAN_USER_NAME }} | |
| CONAN_USER_PASSWORD: ${{ secrets.CONAN_USER_PASSWORD }} | |