diff --git a/.github/workflows/build-windows-binary.yml b/.github/workflows/build-windows-binary.yml index 1caaebb..d86405d 100644 --- a/.github/workflows/build-windows-binary.yml +++ b/.github/workflows/build-windows-binary.yml @@ -25,11 +25,11 @@ jobs: fetch-depth: 0 fetch-tags: true - - name: Cache build dependencies - uses: actions/cache@v4 - with: - path: build/ - key: build-deps-php${{ env.COMPILE_PHP_VERSION }}-${{ runner.os }}-${{ runner.arch }} +# - name: Cache build dependencies +# uses: actions/cache@v4 +# with: +# path: build/ +# key: build-deps-php${{ env.COMPILE_PHP_VERSION }}-${{ runner.os }}-${{ runner.arch }} # - name: Get composer cache directory # id: composer-cache