From a7c7a7cde079009e541a067c912a22b3bc7bff03 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 10 Oct 2022 20:56:09 -0400 Subject: [PATCH] wip --- .github/workflows/gem-install.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/gem-install.yml b/.github/workflows/gem-install.yml index c27cefd2bd..3ba2e42790 100644 --- a/.github/workflows/gem-install.yml +++ b/.github/workflows/gem-install.yml @@ -305,6 +305,9 @@ jobs: ruby: ["2.6", "2.7", "3.0"] runs-on: windows-latest steps: + - uses: actions/checkout@v2 + with: + submodules: true - uses: MSP-Greg/setup-ruby-pkgs@v1 with: ruby-version: "${{matrix.ruby}}" @@ -323,6 +326,9 @@ jobs: ruby: ["3.1"] runs-on: windows-2022 steps: + - uses: actions/checkout@v2 + with: + submodules: true - uses: MSP-Greg/setup-ruby-pkgs@v1 with: ruby-version: "${{matrix.ruby}}"