CI: Stop using login shell for build info

I should probably avoid login shells in any step that uses a relative path.
This commit is contained in:
DWesl 2022-04-29 10:53:19 -04:00 committed by GitHub
parent afa3cea96a
commit 91e6457360
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: dash.exe -l "{0}"
shell: dash.exe "{0}"
run: |
python3 .github/workflows/system-info.py