File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 run : |
2929 nsc pants cache setup --pants-toml=/tmp/pants.toml
3030
31- # - name: Set up local cache
32- # uses: namespacelabs/nscloud-cache-action@v1
33- # with:
34- # path: |
35- # ~/.cache/pants/named_caches
36- # ~/.cache/pants/lmdb_store
37- # ~/.cache/nce
31+ - name : Set up local cache
32+ uses : namespacelabs/nscloud-cache-action@v1
33+ with :
34+ path : |
35+ ~/.cache/pants/named_caches
36+ ~/.cache/pants/lmdb_store
37+ ~/.cache/nce
3838
3939 - uses : actions/setup-python@v5
4040 with :
4848
4949 - name : Manual install
5050 env :
51- PANTS_LOCAL_STORE_SHARD_COUNT : 1
51+ # PANTS_LOCAL_STORE_SHARD_COUNT: 1
5252 PANTS_LOCAL_STORE_PROCESSES_MAX_SIZE_BYTES : 536870912
5353 run : |
5454 curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
You can’t perform that action at this time.
0 commit comments