Skip to content

Commit

Permalink
Force maven repository to follow tmpdir-local user home
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Jan 9, 2025
1 parent 7f2cdb3 commit a9f17d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: "Build and test"
run: |
set -euo pipefail
mvn -Pnative -B -e -fae --show-version -Drevision="${{ inputs.BUILD_REVISION }}" -DskipTests package
mvn -Pnative -B -Dmaven.repo.local="$HOME/.m2/repository" -e -fae --show-version -Drevision="${{ inputs.BUILD_REVISION }}" -DskipTests package
- name: "Archive executable"
uses: "actions/upload-artifact@v4"
with:
Expand Down

0 comments on commit a9f17d8

Please sign in to comment.