GuillaumeDua / CppShelf

Collection of powerfuls - C++ Single-Header Libraries Files
https://guillaumedua.github.io/CppShelf/
MIT License
9 stars 1 forks source link

[CI] multi-stage CI #226

Open GuillaumeDua opened 2 months ago

GuillaumeDua commented 2 months ago
jobs:
  ubuntu-latest-build:
    uses: ./.github/workflows/some_workflow.yml
    with:
      os: ubuntu-latest

see https://github.com/orgs/community/discussions/52616#discussioncomment-9364532