Skip to content

Commit

Permalink
Generate Build Folder -> added to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoodyFWD committed Feb 20, 2024
1 parent 371dea4 commit c155920
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,19 @@ jobs:
arch: ${{matrix.arch}}
ts: ${{matrix.ts}}
deps: zlib

- name: Generate build folder
run: |
cd build/
php gen-build.php
- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{matrix.arch}}
toolset: ${{steps.setup-php.outputs.toolset}}


- name: Phpize
run: |
cd build/phalcon/
Expand Down

0 comments on commit c155920

Please sign in to comment.