Skip to content

Commit

Permalink
Update .github/workflows/gluten.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Cheng Pan <[email protected]>
  • Loading branch information
wForget and pan3793 authored Dec 11, 2024
1 parent 839b9f2 commit fc83db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gluten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build Gluten velox third party
run: |
if [[ "${{ steps.gluten-cache.outputs.cache-hit }}" != 'true' ]]; then
git clone https://github.com/apache/incubator-gluten.git
git clone https://github.com/apache/incubator-gluten.git --depth=1
cd incubator-gluten
docker run -v $GITHUB_WORKSPACE/incubator-gluten:/work -w /work apache/gluten:vcpkg-centos-7 bash -c "
df -a
Expand Down

0 comments on commit fc83db6

Please sign in to comment.