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:
20
20
21
21
steps :
22
22
- 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
29
29
- uses : actions/cache@v3
30
30
with :
31
31
key : ${{ runner.os }}-deno-${{ hashFiles('**/deps.ts') }}-${{ hashFiles('**/import_map.json') }}
64
64
with :
65
65
deno-version : v1.33.1
66
66
- 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'
68
68
with :
69
69
xmake-version : branch@dev
70
70
actions-cache-folder : " .xmake-cache"
You can’t perform that action at this time.
0 commit comments