Skip to content

Commit a457229

Browse files
test
1 parent 5fc1cbf commit a457229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888

8989
- name: Build codspeed
90-
run: cross build -p codspeed --target ${{ matrix.job.target }}
90+
run: cross clean && cross build -p codspeed --target ${{ matrix.job.target }}
9191
#
9292
# msrv-check:
9393
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)