Skip to content

Commit

Permalink
set local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Dec 16, 2023
1 parent 0663a48 commit 8106d71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
- uses: s4u/maven-settings-action@v2.8.0

- name: download flogger backend
run: mvn dependency:get -Dartifact='com.google.flogger:flogger-system-backend:0.7.4' -DoutputDirectory='/home/.dssrip2/jar'
run: mvn -Dmaven.repo.local='/home/.dssrip2/jar' dependency:get -Dartifact='com.google.flogger:flogger-system-backend:0.7.4'

# - name: download flogger backend
# run: mvn -Dmaven.repo.local='/home/.dssrip2/jar' dependency:get -Dartifact='com.google.flogger:flogger-system-backend:0.7.4'

- name: check stuff
run: find /home/.dssrip2/jar -type f -printf "%f\n"
Expand Down

0 comments on commit 8106d71

Please sign in to comment.