File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- name : Install SPC
36
36
run : |
37
- wget -O spc-windows-x64.exe https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
37
+ curl -L spc-windows-x64.exe https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
38
+ ls
38
39
.\spc-windows-x64.exe --version
39
40
40
41
- name : Build Binary
43
44
44
45
- name : Download PHP
45
46
run : |
46
- wget -O 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
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
48
+ ls
47
49
tar -xf php-8.3.9-micro-win.zip
48
50
mkdir -p buildroot/bin
49
51
mv micro.sfx buildroot/bin
You can’t perform that action at this time.
0 commit comments