From 76f591206c19384a5abe87562e48e3280e275d77 Mon Sep 17 00:00:00 2001 From: Aotokitsuruya Date: Fri, 12 Jan 2024 21:51:09 +0800 Subject: [PATCH] Update RBS install command --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5eb1e51..e373f01 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,6 +38,6 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Bootstrap RBS - run: rbs collection install + run: bundle exec rbs collection install - name: Run all tests run: bundle exec rake