1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

Add version check to see what SPC version we use

This commit is contained in:
James Titcumb
2026-03-23 07:43:53 +00:00
parent b70ed6c06b
commit 6d7cd2cf9c

View File

@@ -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: