Skip to content

Commit 0ca0eab

Browse files
authored
Update CI_pipeline.yml (#53)
1 parent 8402c9a commit 0ca0eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
with:
6868
distribution: 'temurin'
6969
java-version: ${{ matrix.java_version }}
70-
cache: 'maven'
7170

7271
- name: Install Maven ${{ matrix.maven_version }}
7372
if: ${{ matrix.maven_version != '' }}
@@ -165,6 +164,7 @@ jobs:
165164
166165
- name: Relocate cached output for ${{ matrix.project_slug }}
167166
run: |
167+
mkdir output
168168
mv .github/cached_output/${{ matrix.project_slug }} output/
169169
170170
- name: Build project ${{ matrix.project_slug }}

0 commit comments

Comments
 (0)