Skip to content

Commit

Permalink
[CI] Add missing task.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Mar 29, 2024
1 parent 270258a commit 2c8ff6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -368,6 +368,10 @@ jobs:
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.version }}
- name: Generate codecs
run: ./gradlew generateGolangCodecs
- name: Go
Expand Down

0 comments on commit 2c8ff6b

Please sign in to comment.