We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8e0e7 commit 2364a77Copy full SHA for 2364a77
.github/workflows/pull_request.yml
@@ -19,6 +19,8 @@ jobs:
19
name: Ruby v${{ matrix.ruby }}
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ with:
23
+ submodules: true
24
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
25
with:
26
ruby-version: ${{ matrix.ruby }}
@@ -27,7 +29,6 @@ jobs:
27
29
distribution: 'temurin'
28
30
java-version: 17
31
architecture: x64
- - run: git submodule update --remote --recursive
32
- run: python3 generate-code.py
33
- run: gem install bundler
34
- run: bundle install
0 commit comments