Skip to content

Commit 6cd155d

Browse files
authored
Merge pull request #527 from asgrim/re-enable-pie-exe-windows-build
Re-enable Windows pie executable build
2 parents 47afcbe + 6d7cd2c commit 6cd155d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-assets.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- ubuntu-24.04-arm
7777
- macos-15-intel
7878
- macos-26
79-
# - windows-2025 # disabled - https://github.com/crazywhalecc/static-php-cli/issues/1039
79+
- windows-2025
8080
permissions:
8181
# id-token:write is required for build provenance attestation.
8282
id-token: write
@@ -123,6 +123,9 @@ jobs:
123123
echo "SPC_BINARY=.\spc.exe" >> $env:GITHUB_ENV
124124
echo "PIE_BINARY_OUTPUT=pie-${{ runner.os }}-${{ runner.arch }}.exe" >> $env:GITHUB_ENV
125125
126+
- name: Check SPC version
127+
run: ${{ env.SPC_BINARY }} --version
128+
126129
- name: Grab the pie.phar from artifacts
127130
uses: actions/download-artifact@v8
128131
with:

0 commit comments

Comments
 (0)