File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments