Skip to content

Commit f82d9e1

Browse files
authored
Update msbuild.yml
1 parent cedfa4f commit f82d9e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,15 @@ jobs:
3838
- uses: actions/cache@v3
3939
with:
4040
path: |
41-
C:\vcpkg
41+
C:\vcpkg
4242
4343
key: ${{ runner.os }}-vcpkg-${{ hashFiles('**/xmake.lua') }}
44+
- uses: actions/cache@v3
45+
with:
46+
path: |
47+
C:\Users\runneradmin\AppData\Local\.xmake
4448
49+
key: ${{ runner.os }}-xmake-${{ hashFiles('**/xmake.lua') }}
4550
- name: Add MSBuild to PATH
4651
uses: microsoft/[email protected]
4752
with:

0 commit comments

Comments
 (0)