Skip to content

Commit

Permalink
Disable caching in GitHub Actions
Browse files Browse the repository at this point in the history
The Post Cache step was somehow taking more than 2 minutes
  • Loading branch information
NoahAndrews committed Sep 11, 2024
1 parent 45b44a6 commit a943498
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Cache
uses: actions/cache@v3
with:
path: |
.gradle
bin
build
key: ${{ matrix.name }}-build-${{ github.sha }}
restore-keys: |
${{ matrix.name }}-build-
- name: Build
run: |
./gradlew outputVersions publish ${{ matrix.build-options }} -PreleaseMode
Expand Down

0 comments on commit a943498

Please sign in to comment.