Skip to content

Commit

Permalink
Install libEGL server dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxy committed Feb 28, 2024
1 parent ae99d48 commit 5b4175f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v4
- uses: browser-actions/setup-firefox@v1

# libEGL
- name: Install libEGL dependency
run: sudo apt-get install -y libegl1

# Firefox browser.
- name: Setup Firefox ${{ matrix.firefox-version }}
id: setup-firefox
Expand Down

0 comments on commit 5b4175f

Please sign in to comment.