diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index 21a5ab71c..e1dbe0bf9 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -50,8 +50,8 @@ jobs: uses: actions/cache@v3 id: xmake_cache with: - path: ${{ runner.workspace }}/xmake_git - key: MinGW-XMake-r1 + path: ${{ github.workspace }}/xmake_git + key: MinGW-XMake-r2 # Build xmake - name: Setup xmake