Skip to content

Fix missing namespace qualification. #76

Fix missing namespace qualification.

Fix missing namespace qualification. #76

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 }}