diff --git a/.github/workflows/experimental.yml b/.github/workflows/experimental.yml index 271dd06c5..a4e965c1f 100644 --- a/.github/workflows/experimental.yml +++ b/.github/workflows/experimental.yml @@ -45,16 +45,6 @@ jobs: with: xmake-version: branch@dev - - name: Cache - uses: actions/cache@v4 - with: - path: | - .xmake - Binaries - Intermediates - C:/Users/runneradmin/AppData/Local/.xmake - key: ${{ runner.os }}-xmake-${{ hashFiles('**/xmake.lua') }} - - name: Build run: | xmake f -m "Game__Shipping__Win64" -y -vD