diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2025-02-13 11:06:35 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2025-02-13 13:29:00 +0200 |
commit | a3439d72999e73ba0afaf22ad8b6466356c2bf49 (patch) | |
tree | 1af4eb39a33271d2182acf43476f9e1d65a9d31a /mod/mod-ci-github.cxx | |
parent | d245530dbd841cbcb7ee0d222b0bba62d4165e64 (diff) |
Post-review changesci-github-building
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r-- | mod/mod-ci-github.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index 5570beb..8242fc0 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -1309,7 +1309,7 @@ namespace brep // a single request (unless something goes wrong) so store them together // from the outset. // - vector<check_run> check_runs (2); + brep::check_runs check_runs (2); check_run& bcr (check_runs[0]); // Build check run check_run& ccr (check_runs[1]); // Conclusion check run @@ -2328,7 +2328,7 @@ namespace brep // The builds for which we will be creating check runs. // vector<reference_wrapper<const build>> bs; - vector<check_run> crs; // Parallel to bs. + brep::check_runs crs; // Parallel to bs. // Exclude the builds for which we won't be creating check runs. // |