Skip to content

Commit

Permalink
Update build.yml (#2373)
Browse files Browse the repository at this point in the history
remove caching step from build workflow
  • Loading branch information
Yasirmod17 authored Oct 16, 2023
1 parent c3d7cfa commit 25e62ea
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

- name: Cache Maven dependencies
uses: actions/cache@v2
env:
cache-name: cache-mvn-deps
with:
path: ~/.m2/repository
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 25e62ea

Please sign in to comment.