Skip to content

Commit 57b8197

Browse files
authored
fix
1 parent 4371086 commit 57b8197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
if: matrix.os == 'windows-latest'
118118
shell: bash
119119
run: |
120-
sudo apt-get update
121-
sudo apt-get install zip -y
120+
apt-get update
121+
apt-get install zip -y
122122
123123
- name: Zip PHP binary, copy metadata
124124
shell: bash

0 commit comments

Comments
 (0)