We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c8f90 commit 72c4ee6Copy full SHA for 72c4ee6
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -83,12 +83,4 @@ jobs:
83
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
84
run: ctest --build-config ${{ matrix.build_type }}
85
86
- - name: Upload generated single header
87
- if: github.event_name == 'push' && (github.ref_name == 'master' || github.ref_name == 'auto-single-header') && matrix.os == 'ubuntu-latest' && matrix.c_compiler == 'gcc' && matrix.cxx_standard == 17
88
- uses: actions/upload-artifact@v4
89
- with:
90
- name: single-header-${{ github.ref_name }}-${{ github.sha }}
91
- path: ${{ steps.strings.outputs.build-output-dir }}/single_include_generated/csv.hpp
92
- if-no-files-found: error
93
-
94
0 commit comments