Skip to content

Commit

Permalink
Tweak GBA args
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Dec 27, 2023
1 parent 57fac0e commit 80ebc11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
with:
dependency-graph: ${{ github.ref == 'refs/heads/release' && 'generate-and-submit' || 'disabled'}}
gradle-home-cache-cleanup: true
gradle-version: 8.6
cache-encryption-key: Da25KUVSE5jbGds2zXmfXw==
- run: ./gradlew assembleLawnWithQuickstepRelease
- uses: actions/upload-artifact@v3
if: github.ref == 'refs/heads/trunk' && github.event_name == 'push'
Expand All @@ -64,4 +66,6 @@ jobs:
- uses: gradle/gradle-build-action@v3-prerelease
with:
gradle-home-cache-cleanup: true
gradle-version: 8.6
cache-encryption-key: Da25KUVSE5jbGds2zXmfXw==
- run: ./gradlew spotlessCheck

0 comments on commit 80ebc11

Please sign in to comment.