Skip to content

Commit

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

- name: Install FUSE
- name: Install Dependency
run: |
sudo apt-get update
sudo apt-get install -y fuse
sudo apt-get install -y libfuse-dev libegl1 libgstvideo-1.0-0
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libegl1
- name: Download AppImage
run: |
Expand Down

0 comments on commit 53e49e7

Please sign in to comment.