Skip to content

Commit f688b2d

Browse files
committed
ci(behat): drop unused moreutils install
The Symfony lowest/dev Behat jobs installed moreutils via apt, but nothing used it. On the current Ubuntu 24.04 runner, moreutils collides with the preinstalled `parallel` package, failing the job with dpkg exit 100. | Q | A | ------------- | --- | Branch? | 4.3 | Tickets | ∅ | License | MIT | Doc PR | ∅
1 parent 967ff79 commit f688b2d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,8 +1062,6 @@ jobs:
10621062
extensions: intl, bcmath, curl, openssl, mbstring
10631063
coverage: none
10641064
ini-values: memory_limit=-1
1065-
- name: Install additional packages
1066-
run: sudo apt update && sudo apt-get install moreutils
10671065
- name: Get composer cache directory
10681066
id: composercache
10691067
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
@@ -1204,8 +1202,6 @@ jobs:
12041202
extensions: intl, bcmath, curl, openssl, mbstring
12051203
coverage: none
12061204
ini-values: memory_limit=-1
1207-
- name: Install additional packages
1208-
run: sudo apt update && sudo apt-get install moreutils
12091205
- name: Get composer cache directory
12101206
id: composercache
12111207
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)