Skip to content

Commit ae51e70

Browse files
committed
Fixup for 195a306
The matrix array contained an old way of building (bootstrap) and was missing pgo.
1 parent cdcda96 commit ae51e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fedora-copr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
name: [big-merge, bootstrap]
16+
name: [big-merge, pgo]
1717
include:
1818
- name: big-merge
1919
copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD"

0 commit comments

Comments
 (0)