Skip to content

Commit

Permalink
Use /home/runner instead of ~
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Nov 13, 2023
1 parent 646de7c commit 352ffb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flink-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: "Setup Maven package cache"
uses: actions/cache@v3
with:
path: ~/.m2/repository
path: /home/runner/.m2/repository
key: gha-runner-only-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-

Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: "Setup Maven package cache"
uses: actions/cache@v3
with:
path: ~/.m2/repository
path: /home/runner/.m2/repository
key: gha-runner-only-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-

Expand Down

0 comments on commit 352ffb3

Please sign in to comment.