Skip to content

Commit 72453a8

Browse files
author
Julien Jacottet
committed
[Build] Fix curl spc
1 parent 0af1bac commit 72453a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Get static-php-cli binary
8080
run: |
81-
curl ${{ matrix.spc_binary }} -o bin/spc
81+
curl -fsSL -o ${{ matrix.spc_binary }}
8282
chmod +x bin/spc
8383
8484
- name: Fixing missing requirements

0 commit comments

Comments
 (0)