Josselin Massot
Results
3
comments of
Josselin Massot
@conda-forge/help-c-cpp
> Is this a header-only library? Yes, ponio is a header-only library.
I get a similar problem when `ubuntu-latest` was `ubuntu-22.04`, I update the fix with: ``` steps: - uses: actions/checkout@v4 - name: remove GCC from runner image shell: bash run: |...