Skip to content

Commit c23685f

Browse files
committed
fix(cd): correct pgo command syntax
Signed-off-by: azjezz <azjezz@protonmail.com>
1 parent 4b18105 commit c23685f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
if [[ "${{ matrix.job.pgo }}" == "true" ]]; then
282282
cargo pgo build -- --target=${{ matrix.job.target }}
283283
cargo pgo run -- -- --workspace corpus/ analyze --reporting-format count || true
284-
cargo pgo optimize -- build --target=${{ matrix.job.target }}
284+
cargo pgo optimize build -- --target=${{ matrix.job.target }}
285285
else
286286
$BUILD_CMD build --locked --release --target=${{ matrix.job.target }}
287287
fi

0 commit comments

Comments
 (0)