Skip to content

Commit

Permalink
trying to reduce path
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Dec 11, 2024
1 parent ee92cbf commit d89c72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stainless-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: temurin
java-version: 17
- name: Setup temp directory
run: echo "JAVA_OPTS_TMP_DIR=$GITHUB_WORKSPACE/tmp_java" >> "$GITHUB_ENV"
run: echo "JAVA_OPTS_TMP_DIR=$GITHUB_WORKSPACE/t" >> "$GITHUB_ENV"
- name: Setup java options
run: |
echo "JAVA_OPTS=$JAVA_OPTS -Djava.io.tmpdir=$JAVA_OPTS_TMP_DIR" >> "$GITHUB_ENV" && \
Expand Down

0 comments on commit d89c72a

Please sign in to comment.