Skip to content

Commit bb09294

Browse files
authored
Merge pull request #34 from REVrobotics/disable-gh-actions-cache
2 parents 2e98773 + a943498 commit bb09294

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@ jobs:
3737
distribution: 'zulu'
3838
java-version: 11
3939

40-
- name: Cache
41-
uses: actions/cache@v3
42-
with:
43-
path: |
44-
.gradle
45-
bin
46-
build
47-
key: ${{ matrix.name }}-build-${{ github.sha }}
48-
restore-keys: |
49-
${{ matrix.name }}-build-
50-
5140
- name: Build
5241
run: |
5342
./gradlew outputVersions publish ${{ matrix.build-options }} -PreleaseMode

0 commit comments

Comments
 (0)