Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Mar 28, 2024
1 parent 2adcec0 commit b8a73c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gluten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: Build gluten project
run: |
if [[ "${{ steps.gluten-cache.outputs.cache-hit }}" != 'true' || "${{ github.event.inputs.forceUpdateCache }}" == 'true' ]]; then
git clone https://github.com/oap-project/gluten.git
rm -rf gluten
git clone https://github.com/apache/incubator-gluten.git gluten
cd gluten
./dev/package.sh
rm -rf dist && mkdir -p dist
Expand Down

0 comments on commit b8a73c0

Please sign in to comment.