Skip to content

Commit

Permalink
Fix pull.yml
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
larryliu0820 committed Dec 6, 2024
1 parent 449f0c8 commit 45eb6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ jobs:
path: |
./et-build
./torchchat/utils/scripts
key: et-build-${{runner.os}}-${{runner.arch}}-${{env.et-git-hash}}-${{ hashFiles('**/install_et.sh') }}
key: et-build-${{runner.os}}-${{runner.arch}}-${{env.et-git-hash}}-${{ hashFiles('**/install_et.sh', '**/build_native.sh') }}
- if: ${{ steps.install-et.outputs.cache-hit != 'true' }}
continue-on-error: true
run: |
Expand Down Expand Up @@ -1053,7 +1053,7 @@ jobs:
# Pull submodules (re2, abseil) for Tiktoken
git submodule sync
git submodule update --init
git submodule update --init --recursive
./runner/build_android.sh
echo "Tests complete."
Expand Down

0 comments on commit 45eb6ed

Please sign in to comment.