Skip to content

Commit 7c6202b

Browse files
committed
chore: use cache put! in CI to debug
1 parent 0365d54 commit 7c6202b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ jobs:
307307
# TODO: this is not doing anything currently, and needs to be integrated with put-unpacked
308308
# ../master-branch/.lake/build/bin/cache commit || true
309309
# run this in CI if it gets an incorrect lake hash for existing cache files somehow
310-
# ../master-branch/.lake/build/bin/cache put!
310+
../master-branch/.lake/build/bin/cache put!
311311
# do not try to upload files just downloaded
312-
../master-branch/.lake/build/bin/cache --repo=${{ github.event.pull_request.head.repo.full_name || github.repository }} put-unpacked
312+
# ../master-branch/.lake/build/bin/cache --repo=${{ github.event.pull_request.head.repo.full_name || github.repository }} put-unpacked
313313
env:
314314
MATHLIB_CACHE_SAS: ${{ secrets.MATHLIB_CACHE_SAS }}
315315
MATHLIB_CACHE_S3_TOKEN: ${{ secrets.MATHLIB_CACHE_S3_TOKEN }}

0 commit comments

Comments
 (0)