Skip to content

Commit ada57ad

Browse files
authored
Removing unnecessary xdg-open (#1972)
1 parent 7d28dac commit ada57ad

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ jobs:
4646
- name: Static analysis (level 1)
4747
run: vendor/bin/phpstan --ansi --no-progress --no-interaction
4848

49-
- name: 'Install xdg-open (required by OpenTaskTest.php)'
50-
env:
51-
DEBIAN_FRONTEND: noninteractive
52-
run : |
53-
sudo apt update -y
54-
sudo apt install -y xdg-utils
55-
5649
test:
5750
needs:
5851
- pre_job

0 commit comments

Comments
 (0)