Skip to content

Commit 45eb6ed

Browse files
committed
Fix pull.yml
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 449f0c8 commit 45eb6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ jobs:
942942
path: |
943943
./et-build
944944
./torchchat/utils/scripts
945-
key: et-build-${{runner.os}}-${{runner.arch}}-${{env.et-git-hash}}-${{ hashFiles('**/install_et.sh') }}
945+
key: et-build-${{runner.os}}-${{runner.arch}}-${{env.et-git-hash}}-${{ hashFiles('**/install_et.sh', '**/build_native.sh') }}
946946
- if: ${{ steps.install-et.outputs.cache-hit != 'true' }}
947947
continue-on-error: true
948948
run: |
@@ -1053,7 +1053,7 @@ jobs:
10531053
10541054
# Pull submodules (re2, abseil) for Tiktoken
10551055
git submodule sync
1056-
git submodule update --init
1056+
git submodule update --init --recursive
10571057
./runner/build_android.sh
10581058
echo "Tests complete."
10591059

0 commit comments

Comments
 (0)