Skip to content

Commit c945da3

Browse files
committed
Update build-windows-release-binary.yml
1 parent c29eac6 commit c945da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows-release-binary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Install SPC
3636
run: |
37-
curl -L spc-windows-x64.exe https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
37+
curl -L https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
3838
ls
3939
.\spc-windows-x64.exe --version
4040
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Download PHP
4646
run: |
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
47+
curl -L https://dl.static-php.dev/static-php-cli/windows/spc-max/php-8.3.9-micro-win.zip
4848
ls
4949
tar -xf php-8.3.9-micro-win.zip
5050
mkdir -p buildroot/bin

0 commit comments

Comments
 (0)