Skip to content

Commit

Permalink
adding configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Nov 7, 2024
1 parent 54506da commit 0da5d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
timeout-minutes: 300
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest,macos-latest,windows-latest]
version: [11]
vendor: [zulu]
runs-on: ${{ matrix.os }}
Expand All @@ -106,3 +106,4 @@ jobs:
run: |
cd sample
./gradlew assemble
./gradlew assemble --configuration-cache

0 comments on commit 0da5d5d

Please sign in to comment.