FIX: Fix syntax for shell call

This commit is contained in:
DWesl 2022-04-29 11:34:13 -04:00 committed by GitHub
parent ed0c37d528
commit 41976ae125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ jobs:
- name: Build system information
run: |
dash.exe "python3 .github/workflows/system-info.py"
dash.exe -c "python3 .github/workflows/system-info.py"
- name: Install dependencies
run: |