File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020
2121 steps :
2222 - uses : actions/checkout@v3
23- - name : Cache xmake
24- id : cache-xmake
25- uses : actions/cache@v3
26- with :
27- path : C:\hostedtoolcache\windows\xmake\dev\x64
28- key : ${{ runner.os }}-xmake-4fe1c80f57ce093a0f0c38100a773e9b2ad0512c
23+ # - name: Cache xmake
24+ # id: cache-xmake
25+ # uses: actions/cache@v3
26+ # with:
27+ # path: C:\hostedtoolcache\windows\xmake\dev\x64
28+ # key: ${{ runner.os }}-xmake-4fe1c80f57ce093a0f0c38100a773e9b2ad0512c
2929 - uses : actions/cache@v3
3030 with :
3131 key : ${{ runner.os }}-deno-${{ hashFiles('**/deps.ts') }}-${{ hashFiles('**/import_map.json') }}
6464 with :
6565 deno-version : v1.33.1
6666 - uses : xmake-io/github-action-setup-xmake@v1
67- if : steps.cache-xmake.outputs.cache-hit != 'true'
67+ # if: steps.cache-xmake.outputs.cache-hit != 'true'
6868 with :
6969 xmake-version : branch@dev
7070 actions-cache-folder : " .xmake-cache"
You can’t perform that action at this time.
0 commit comments