Update msys2-build.yml
This commit is contained in:
4
.github/workflows/msys2-build.yml
vendored
4
.github/workflows/msys2-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user