File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
path : /tmp
88
88
89
89
- name : Patch script
90
- run : sed -i -e '/releases/d' -e '$s/ fix_packages// ' -e '1s/$/\n\nset -x/' scripts/install.sh
90
+ run : sed -i -e '/releases/d' -e '/^\s* fix_packages\s*$/d ' -e '1s/$/\n\nset -x/' scripts/install.sh
91
91
92
92
- name : Setup PHP
93
93
run : bash scripts/install.sh ${{ matrix.php-versions }} ${{ matrix.builds }} ${{ matrix.ts }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
path : /tmp
119
119
120
120
- name : Patch script
121
- run : sed -i -e '/releases/d' -e '$s/ fix_packages// ' -e '1s/$/\n\nset -x/' scripts/install.sh
121
+ run : sed -i -e '/releases/d' -e '/^\s* fix_packages\s*$/d ' -e '1s/$/\n\nset -x/' scripts/install.sh
122
122
123
123
- name : Setup PHP
124
124
run : bash scripts/install.sh ${{ matrix.php-versions }} ${{ matrix.builds }} ${{ matrix.ts }}
You can’t perform that action at this time.
0 commit comments