diff --git a/cibuildwheel/linux.py b/cibuildwheel/linux.py index c28bd6b2..fcec1553 100644 --- a/cibuildwheel/linux.py +++ b/cibuildwheel/linux.py @@ -259,6 +259,7 @@ def build(options: BuildOptions) -> None: docker.copy_out(container_output_dir, options.output_dir) log.step_end() except subprocess.CalledProcessError as error: + print(f'::error::{error}') print(f'Command {error.cmd} failed with code {error.returncode}. {error.stdout}') troubleshoot(options.package_dir, error) exit(1)