Skip to content

Commit

Permalink
修复linux打包bug
Browse files Browse the repository at this point in the history
  • Loading branch information
molihuan committed Mar 15, 2024
1 parent f30ae46 commit 6f80fc9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ jobs:
python-version: 3.10.8


- name: libEGL.so.1
run: |
sudo apt-get update && sudo apt install libgl1-mesa-glx
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install opencv-python-headless
- name: PyInstaller
run: |
Expand Down

0 comments on commit 6f80fc9

Please sign in to comment.