Skip to content

Commit

Permalink
Merge pull request #34 from REVrobotics/disable-gh-actions-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahAndrews authored Sep 11, 2024
2 parents 2e98773 + a943498 commit bb09294
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 bb09294

Please sign in to comment.