CI: Don't use shell for build information

This commit is contained in:
DWesl 2022-04-29 11:27:01 -04:00 committed by GitHub
parent 91e6457360
commit ed0c37d528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,9 +55,8 @@ jobs:
${{ runner.os }}-cygwin-${{ matrix.architecture }}-pip3.${{ matrix.python-minor-version }}-
- name: Build system information
shell: dash.exe "{0}"
run: |
python3 .github/workflows/system-info.py
dash.exe "python3 .github/workflows/system-info.py"
- name: Install dependencies
run: |