summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-05 21:45:50 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-05 21:45:50 +0900
commitd8ab65ba125a2c84972d050248b306391d115da7 (patch)
tree8d47305359c8cce74b83218aa590eec4c0839d05 /.github
parent3993c15c8a42a54ded824386da349134714e7a25 (diff)
downloadpsych-d8ab65ba125a2c84972d050248b306391d115da7.zip
Remove call for failure of Actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 44825bf..89b2443 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -21,7 +21,7 @@ jobs:
base: update
- name: Install dependencies
run: |
- call gem update --system --no-document --conservative
+ gem update --system --no-document --conservative
bundle install
- name: Run test
run: rake