Skip to content

Commit

Permalink
ci: try cmd.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Oct 25, 2023
1 parent 45b972f commit 0925086
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0925086

Please sign in to comment.