From 092508691afb7d1f921358f48a402b525ab09f9c Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Wed, 25 Oct 2023 16:14:39 -0400 Subject: [PATCH] ci: try cmd.exe --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 405d8b6..e2771c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,11 @@ jobs: ape-install - name: Download APEs uses: actions/download-artifact@v3 + - name: CMD.exe + if: ${{ matrix.os == 'windows-latest' }} + shell: cmd + run: | + hermit/cowsay.hermit.com hello - name: Test APEs shell: bash run: |