We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed309d commit 6eebb95Copy full SHA for 6eebb95
1 file changed
.github/workflows/ci.yml
@@ -166,7 +166,6 @@ jobs:
166
cargo codspeed build -m ${{matrix.mode}} -p ${{ matrix.package }} ${{ matrix.features && format('--features {0}', matrix.features) || '' }}
167
168
- name: Install valgrind-codspeed
169
- if: inputs.language == 'python'
170
shell: bash
171
run: |
172
git clone https://github.com/CodSpeedHQ/valgrind-codspeed
0 commit comments