We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2d2d9 commit 3883270Copy full SHA for 3883270
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
env:
92
RUSTFLAGS: --cfg compile_error_if_alloc --cfg cxx_experimental_no_alloc ${{env.RUSTFLAGS}}
93
- uses: actions/upload-artifact@v4
94
- if: matrix.os == 'ubuntu' && matrix.rust == 'nightly' && always()
+ if: matrix.os == 'ubuntu' && matrix.rust == 'nightly' && matrix.cc == '' && matrix.flags == '' && always()
95
with:
96
name: Cargo.lock
97
path: Cargo.lock
0 commit comments