Skip to content

Commit 775f2c1

Browse files
committed
ci: missing sudo
1 parent 5c25cd2 commit 775f2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ jobs:
10191019
coverage: none
10201020
ini-values: memory_limit=-1
10211021
- name: Install additional packages
1022-
run: sudo apt update && apt-get install moreutils
1022+
run: sudo apt update && sudo apt-get install moreutils
10231023
- name: Get composer cache directory
10241024
id: composercache
10251025
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
@@ -1168,7 +1168,7 @@ jobs:
11681168
coverage: none
11691169
ini-values: memory_limit=-1
11701170
- name: Install additional packages
1171-
run: sudo apt update && apt-get install moreutils
1171+
run: sudo apt update && sudo apt-get install moreutils
11721172
- name: Get composer cache directory
11731173
id: composercache
11741174
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)