From ed0c37d528295c31a25f786349adb0456c2807df Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Fri, 29 Apr 2022 11:27:01 -0400 Subject: [PATCH] CI: Don't use shell for build information --- .github/workflows/test-cygwin.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-cygwin.yml b/.github/workflows/test-cygwin.yml index 4d1065b48..8f5dbe252 100644 --- a/.github/workflows/test-cygwin.yml +++ b/.github/workflows/test-cygwin.yml @@ -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: |