We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47afcbe + 6d7cd2c commit 6cd155dCopy full SHA for 6cd155d
1 file changed
.github/workflows/build-assets.yml
@@ -76,7 +76,7 @@ jobs:
76
- ubuntu-24.04-arm
77
- macos-15-intel
78
- macos-26
79
- # - windows-2025 # disabled - https://github.com/crazywhalecc/static-php-cli/issues/1039
+ - windows-2025
80
permissions:
81
# id-token:write is required for build provenance attestation.
82
id-token: write
@@ -123,6 +123,9 @@ jobs:
123
echo "SPC_BINARY=.\spc.exe" >> $env:GITHUB_ENV
124
echo "PIE_BINARY_OUTPUT=pie-${{ runner.os }}-${{ runner.arch }}.exe" >> $env:GITHUB_ENV
125
126
+ - name: Check SPC version
127
+ run: ${{ env.SPC_BINARY }} --version
128
+
129
- name: Grab the pie.phar from artifacts
130
uses: actions/download-artifact@v8
131
with:
0 commit comments