Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kazemcodes committed Nov 30, 2023
1 parent 99ca805 commit 106a187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:
if: ${{ matrix.runtime == 'linux-fedora-x64' }}
uses: Syer10/Fedora-Java17-Action@v1
with:
command: ./gradlew :i18n:compileReleaseKotlinAndroid ${{ matrix.build }} --stacktrace
command: ./gradlew :kspCommonMainMetadata ${{ matrix.build }} --stacktrace

- name: Build
if: ${{ matrix.runtime != 'linux-fedora-x64' }}
uses: gradle/gradle-build-action@v2
with:
arguments:
:i18n:compileReleaseKotlinAndroid
:kspCommonMainMetadata
${{ matrix.build }}

0 comments on commit 106a187

Please sign in to comment.