mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
Merge pull request #527 from asgrim/re-enable-pie-exe-windows-build
Re-enable Windows pie executable build
This commit is contained in:
5
.github/workflows/build-assets.yml
vendored
5
.github/workflows/build-assets.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26
|
||||
# - windows-2025 # disabled - https://github.com/crazywhalecc/static-php-cli/issues/1039
|
||||
- windows-2025
|
||||
permissions:
|
||||
# id-token:write is required for build provenance attestation.
|
||||
id-token: write
|
||||
@@ -123,6 +123,9 @@ jobs:
|
||||
echo "SPC_BINARY=.\spc.exe" >> $env:GITHUB_ENV
|
||||
echo "PIE_BINARY_OUTPUT=pie-${{ runner.os }}-${{ runner.arch }}.exe" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Check SPC version
|
||||
run: ${{ env.SPC_BINARY }} --version
|
||||
|
||||
- name: Grab the pie.phar from artifacts
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user