We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29eac6 commit c945da3Copy full SHA for c945da3
.github/workflows/build-windows-release-binary.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Install SPC
36
run: |
37
- curl -L spc-windows-x64.exe https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
+ curl -L https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
38
ls
39
.\spc-windows-x64.exe --version
40
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Download PHP
46
47
- curl -L php-8.3.9-micro-win.zip https://dl.static-php.dev/static-php-cli/windows/spc-max/php-8.3.9-micro-win.zip
+ curl -L https://dl.static-php.dev/static-php-cli/windows/spc-max/php-8.3.9-micro-win.zip
48
49
tar -xf php-8.3.9-micro-win.zip
50
mkdir -p buildroot/bin
0 commit comments