summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-18 15:34:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-18 15:34:41 +0900
commit50b910bb0a911ecb8ab9902ba8a7928bf04d69c5 (patch)
treef17228191abf13383499abbef1fe5bcff035fab4 /.github
parent352012c928a0f73b759d0b9a6b12a13d8cb7c437 (diff)
downloadpsych-50b910bb0a911ecb8ab9902ba8a7928bf04d69c5.tar.gz
Use cmd shell
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index d82b8ad..478b46d 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -30,3 +30,7 @@ jobs:
run: rake compile -- --with-libyaml-dir=C:/vcpkg/installed/x64-windows
- name: Run test
run: rake
+
+defaults:
+ run:
+ shell: cmd \ No newline at end of file