CI: Use dash to check system-info.py

This may be a problem with using a login shell (starts in ~) rather than with using bash over dash.  We'll see in a bit.
This commit is contained in:
DWesl 2022-04-29 09:54:23 -04:00 committed by GitHub
parent 853a95d56b
commit fdbab82f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ jobs:
${{ runner.os }}-cygwin-${{ matrix.architecture }}-pip3.${{ matrix.python-minor-version }}-
- name: Build system information
shell: bash.exe --login -eo pipefail "{0}"
shell: dash.exe -l "{0}"
run: |
python3 .github/workflows/system-info.py