diff --git a/.github/workflows/d3d11-test-msys2.yml b/.github/workflows/d3d11-test-msys2.yml index 00419f5..c3881ae 100644 --- a/.github/workflows/d3d11-test-msys2.yml +++ b/.github/workflows/d3d11-test-msys2.yml @@ -48,13 +48,6 @@ jobs: - name: Set xmake env run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - # Install xmake - - name: Setup xmake - uses: xmake-io/github-action-setup-xmake@v1 - with: - xmake-version: branch@dev - actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }} - # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository run: xmake repo --update