Don't install GCC in MSYS2.

This commit is contained in:
Patrick Lehmann
2025-12-14 23:23:03 +01:00
parent 1bef5347ae
commit 18379306db

View File

@@ -237,7 +237,6 @@ jobs:
with: with:
jobs: ${{ needs.UnitTestingParams.outputs.python_jobs }} jobs: ${{ needs.UnitTestingParams.outputs.python_jobs }}
# TODO: shouldn't this be configured by a parameter? Same as directories # TODO: shouldn't this be configured by a parameter? Same as directories
pacboy: "gcc:p"
unittest_report_xml: ${{ needs.ConfigParams.outputs.unittest_report_xml }} unittest_report_xml: ${{ needs.ConfigParams.outputs.unittest_report_xml }}
coverage_report_xml: ${{ needs.ConfigParams.outputs.coverage_report_xml }} coverage_report_xml: ${{ needs.ConfigParams.outputs.coverage_report_xml }}
coverage_report_json: ${{ needs.ConfigParams.outputs.coverage_report_json }} coverage_report_json: ${{ needs.ConfigParams.outputs.coverage_report_json }}