Skip to content

Commit

Permalink
missing yes
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 committed Dec 12, 2023
1 parent 8ffdfe4 commit df13f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/template-test-run-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ steps:
# Install these packages for playwright tests. Otherwise, it will cause a error of playwright missing libraries
sudo add-apt-repository ppa:gstreamer-developers/ppa
sudo apt-get update
sudo apt-get install gstreamer1.0*
sudo apt-get install -y gstreamer1.0*
sudo apt-get install -y gstreamer1.0-libav libnss3-tools libatk-bridge2.0-0 libcups2-dev libxkbcommon-x11-0 libxcomposite-dev libxrandr2 libgbm-dev libgtk-3-0
# Run template test bash script
Expand Down

0 comments on commit df13f61

Please sign in to comment.