Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed May 27, 2024
1 parent 99fa2e5 commit 3f3e6aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
uses: actions/download-artifact@v2
with:
name: velox-arrow-jar-centos-7-${{github.sha}}
path: /root//.m2/repository/org/apache/arrow/arrow-dataset/15.0.0-gluten/
path: /root/.m2/repository/org/apache/arrow/arrow-dataset/15.0.0-gluten/
run: ls -l /root/.m2/repository/org/apache/arrow/arrow-dataset/15.0.0-gluten/
- name: Setup java and maven
run: |
if [ "${{ matrix.java }}" = "java-17" ]; then
Expand Down

0 comments on commit 3f3e6aa

Please sign in to comment.