Skip to content

Commit

Permalink
fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
womendoushihaoyin committed Oct 9, 2024
1 parent 53e49e7 commit b980fe6
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,31 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2 # 检出仓库代码

- name: Install Dependency
- name: Install GUI Dependency
run: |
sudo apt-get update
sudo apt-get install -y libfuse-dev libegl1 libgstvideo-1.0-0
sudo apt-get install -y \
libgl1-mesa-glx \
libglu1-mesa \
libx11-6 \
libxext6 \
libxrender1 \
libxi6 \
libxtst6 \
libxt6 \
libxfixes3 \
libxrandr2 \
libasound2 \
libpango1.0-0 \
libatk1.0-0 \
libgtk-3-0 \
libgstreamer1.0-0 \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly \
libfuse-dev \
libegl1
Expand Down

0 comments on commit b980fe6

Please sign in to comment.