Update msys2-build.yml
This commit is contained in:
parent
af69c2bed8
commit
da70722155
|
|
@ -50,8 +50,8 @@ jobs:
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
id: xmake_cache
|
id: xmake_cache
|
||||||
with:
|
with:
|
||||||
path: ${{ runner.workspace }}/xmake_git
|
path: ${{ github.workspace }}/xmake_git
|
||||||
key: MinGW-XMake-r1
|
key: MinGW-XMake-r2
|
||||||
|
|
||||||
# Build xmake
|
# Build xmake
|
||||||
- name: Setup xmake
|
- name: Setup xmake
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue