Skip to content

Commit 2364a77

Browse files
committed
fixup! Add missing generating codes
1 parent 5b8e0e7 commit 2364a77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
name: Ruby v${{ matrix.ruby }}
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
with:
23+
submodules: true
2224
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
2325
with:
2426
ruby-version: ${{ matrix.ruby }}
@@ -27,7 +29,6 @@ jobs:
2729
distribution: 'temurin'
2830
java-version: 17
2931
architecture: x64
30-
- run: git submodule update --remote --recursive
3132
- run: python3 generate-code.py
3233
- run: gem install bundler
3334
- run: bundle install

0 commit comments

Comments
 (0)