From a4beb34f3298966f4752d8a2a53506b61a333ea3 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 17 Sep 2023 00:22:00 +0900 Subject: [PATCH] ci: Test cmd on Windows --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e157fe20..8f866cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,10 @@ jobs: run: just --version; shfmt --version; protoc --version shell: powershell if: startsWith(matrix.os, 'windows') + - name: Test cmd + run: just --version & shfmt --version & protoc --version + shell: cmd + if: startsWith(matrix.os, 'windows') # We use the version output to check the version of binstall, but they # several times change the version output format in the past so we need to # check it with CI. (e.g., 0.14.0->0.16.0 update change it