Skip to content

Commit

Permalink
Try windows build 10
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 27, 2024
1 parent 0e8a049 commit 4433326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-windows-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
run: >
cmake -G"NMake Makefiles"
-Cconfigs/php-config.cmake
-DPHP_DEVEL_HOME=${{ env.PHP_DEVEL_HOME }}
-DPHP_DEVEL_HOME="${{ env.PHP_DEVEL_HOME }}"
-DVIRGIL_LIB_PYTHIA=OFF
-DCMAKE_BUILD_TYPE=Release
-DVIRGIL_PACKAGE_PLATFORM_ARCH=${{ matrix.arch }}
-DVIRGIL_PACKAGE_LANGUAGE_VERSION=${{ matrix.php-version }}
-DVIRGIL_PACKAGE_PLATFORM_ARCH="${{ matrix.arch }}"
-DVIRGIL_PACKAGE_LANGUAGE_VERSION="${{ matrix.php-version }}"
-DCPACK_OUTPUT_FILE_PREFIX=php
-DENABLE_CLANGFORMAT=OFF
-Bbuild -S.
Expand Down

0 comments on commit 4433326

Please sign in to comment.