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 4b18105 commit c23685fCopy full SHA for c23685f
.github/workflows/cd.yml
@@ -281,7 +281,7 @@ jobs:
281
if [[ "${{ matrix.job.pgo }}" == "true" ]]; then
282
cargo pgo build -- --target=${{ matrix.job.target }}
283
cargo pgo run -- -- --workspace corpus/ analyze --reporting-format count || true
284
- cargo pgo optimize -- build --target=${{ matrix.job.target }}
+ cargo pgo optimize build -- --target=${{ matrix.job.target }}
285
else
286
$BUILD_CMD build --locked --release --target=${{ matrix.job.target }}
287
fi
0 commit comments