Skip to content

Commit

Permalink
no need to install xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Apr 29, 2024
1 parent a55f1fa commit 7f2c7f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
with:
java-version: '17'
distribution: 'zulu'
- name: install xvfb
run: apt-get install -y xvfb
# - name: install xvfb
# run: apt-get install -y xvfb
- name: install Android SDK
run: ./jbdeps/android-sdk/downloadAndroidSdk
- name: Enable xvfb
Expand Down

0 comments on commit 7f2c7f2

Please sign in to comment.