fix(action): Output a single stream (#741)

This commit is contained in:
Henry Schreiner
2021-06-30 18:10:01 -04:00
committed by GitHub
parent 46fd5d9de4
commit b552fbd016
+2
View File
@@ -19,10 +19,12 @@ runs:
# This needs powershell-core because github.action path is a Windows-style # This needs powershell-core because github.action path is a Windows-style
# path on Windows. Powershell-core understands both types of paths. # path on Windows. Powershell-core understands both types of paths.
# Redirecting stderr to stdout to fix interleaving issue in Actions.
- run: > - run: >
pipx run pipx run
--spec ${{ github.action_path }} --spec ${{ github.action_path }}
cibuildwheel cibuildwheel
${{ inputs.package-dir }} ${{ inputs.package-dir }}
--output-dir ${{ inputs.output-dir }} --output-dir ${{ inputs.output-dir }}
2>&1
shell: pwsh shell: pwsh