We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b37a16 commit c0e4472Copy full SHA for c0e4472
.github/workflows/ci-meson.yml
@@ -90,5 +90,5 @@ jobs:
90
uses: actions/[email protected]
91
if: failure()
92
with:
93
- name: ${{ runner.os }}-meson-${{ matrix.python }}-log
+ name: ${{ runner.os }}-meson-${{ matrix.python }}${{ matrix.editable && '-editable' || '' }}-log
94
path: builddir/meson-logs/
0 commit comments