Skip to content

Commit

Permalink
Windows build (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Sep 7, 2024
1 parent 0f5400e commit e2c7a88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-windows-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2c7a88

Please sign in to comment.