Skip to content

Commit

Permalink
Do I even need this now?
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 23, 2024
1 parent 636ce0c commit fc19947
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
run: |
sudo apt install -y scrot fluxbox
sudo apt list --installed
- name: Installs prerequisits for Browser Library
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: |
# files needed for Browser Library Webkit
sudo apt install libgtk-3-0 libnss3 libasound2 libgbm-dev
sudo apt install -y gstreamer1.0-libav libnss3-tools libatk-bridge2.0-0 libcups2-dev libxkbcommon-x11-0 libxcomposite-dev libxrandr2
# sudo apt install -y libwoff1 libevent-2.1-7 libharfbuzz-icu0 libgstreamer-gl1.0-0
# - name: Installs prerequisits for Browser Library
# if: ${{ matrix.platform == 'ubuntu-latest' }}
# run: |
# # files needed for Browser Library Webkit
# sudo apt install libgtk-3-0 libnss3 libasound2 libgbm-dev
# sudo apt install -y gstreamer1.0-libav libnss3-tools libatk-bridge2.0-0 libcups2-dev libxkbcommon-x11-0 libxcomposite-dev libxrandr2
# # sudo apt install -y libwoff1 libevent-2.1-7 libharfbuzz-icu0 libgstreamer-gl1.0-0

- name: "Ubuntu Xvfb"
if: ${{ matrix.platform == 'ubuntu-latest' }}
Expand Down

0 comments on commit fc19947

Please sign in to comment.