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 c68f091 commit 17d6997
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 @@ -66,7 +66,7 @@ jobs:
key: gluten_dist_${{ steps.date.outputs.date }}
- name: Build gluten project
run: |
if [[ "${{ steps.gluten-cache.outputs.cache-hit }}" != 'true' || ${{ github.event.inputs.forceUpdateCache }} == 'true' ]]; then
if [[ "${{ steps.gluten-cache.outputs.cache-hit }}" != 'true' || "${{ github.event.inputs.forceUpdateCache }}" == 'true' ]]; then
git clone https://github.com/oap-project/gluten.git
cd gluten
./dev/package.sh
Expand Down

0 comments on commit 17d6997

Please sign in to comment.