Skip to content

Commit

Permalink
Change gradle action in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Apr 27, 2024
1 parent f8d4200 commit acffc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- os: windows-latest
TEST_TASK: mingwX64Test
- os: ubuntu-latest
TEST_TASK: apiCheck check
TEST_TASK: apiCheck :clikt:check
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit acffc97

Please sign in to comment.