Skip to content

Commit 1fa26b6

Browse files
committed
Remove cache
1 parent 97054c7 commit 1fa26b6

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/actions/setup-spark-builder/action.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ runs:
4545
cd apache-spark
4646
git apply ../dev/diffs/${{inputs.spark-version}}.diff
4747
48-
- name: Cache Maven dependencies
49-
uses: actions/cache@v4
50-
with:
51-
path: |
52-
~/.m2/repository
53-
/root/.m2/repository
54-
key: ${{ runner.os }}-spark-sql-${{ hashFiles('spark/**/pom.xml', 'common/**/pom.xml') }}
55-
restore-keys: |
56-
${{ runner.os }}-spark-sql-
57-
5848
- name: Build Comet (with native)
5949
if: ${{ inputs.skip-native-build != 'true' }}
6050
shell: bash

0 commit comments

Comments
 (0)