Skip to content

Commit 449fe15

Browse files
authored
Update msbuild.yml
1 parent 8c88f98 commit 449fe15

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/msbuild.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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') }}
@@ -64,7 +64,7 @@ jobs:
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"

0 commit comments

Comments
 (0)