From f01ab36d3ae32dfadc203948c1e8867171408501 Mon Sep 17 00:00:00 2001 From: Kenta Murata <3959+mrkn@users.noreply.github.com> Date: Mon, 13 May 2024 13:23:52 +0900 Subject: [PATCH] CI: Specify shell if necessary --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef071f2..85dd55b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,8 @@ jobs: shell: bash - run: gem install bundler${bundler_version:+ -v $bundler_version} + shell: bash + - run: bundle install - run: rake --trace compile