Update msys2-build.yml

This commit is contained in:
SirLynix 2022-04-28 22:59:33 +02:00
parent af69c2bed8
commit da70722155
1 changed files with 2 additions and 2 deletions

View File

@ -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