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 5fc1cbf commit a457229Copy full SHA for a457229
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
tool: [email protected]
88
89
- name: Build codspeed
90
- run: cross build -p codspeed --target ${{ matrix.job.target }}
+ run: cross clean && cross build -p codspeed --target ${{ matrix.job.target }}
91
#
92
# msrv-check:
93
# runs-on: ubuntu-latest
0 commit comments