fix(action): use bash

This commit is contained in:
Henry Schreiner
2021-07-09 16:24:47 -04:00
parent 63720bbc67
commit 55264c914f
+2 -4
View File
@@ -17,14 +17,12 @@ runs:
using: composite
steps:
# This needs powershell-core because github.action path is a Windows-style
# path on Windows. Powershell-core understands both types of paths.
# Redirecting stderr to stdout to fix interleaving issue in Actions.
- run: >
pipx run
--spec ${{ github.action_path }}
--spec '${{ github.action_path }}'
cibuildwheel
${{ inputs.package-dir }}
--output-dir ${{ inputs.output-dir }}
2>&1
shell: pwsh
shell: bash