Skip to content

Commit

Permalink
why does this have to be so difficult
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 17, 2024
1 parent 0849914 commit 018b644
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main-php-matrix-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
working-directory: php-sdk
#TODO: cache deps - this takes ages to download
run: |
.\bin\phpsdk_setvars.bat || exit 1
phpsdk_deps -u -t ${{ inputs.vs-crt }} -b ${{ inputs.php }} -a ${{ inputs.vs-arch }} -s ${{ inputs.build-type }} -f -d "${{ github.workspace }}\deps" || exit 1
(echo phpsdk_deps -u -t ${{ inputs.vs-crt }} -b ${{ inputs.php }} -a ${{ inputs.vs-arch }} -s ${{ inputs.build-type }} -f -d "${{ github.workspace }}\deps")>task.bat
.\phpsdk-${{ inputs.vs-crt }}-${{ inputs.vs-arch }}.bat -t task.bat
(echo deps_dir=${{ github.workspace }}\deps)>>%GITHUB_OUTPUT%
- name: Download pthreads4w dependency
Expand Down

0 comments on commit 018b644

Please sign in to comment.