Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Feb 20, 2024
1 parent 1b060e2 commit c78dab2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,21 @@ jobs:
pip install Pillow pyinstaller
# pip install imageio
- name: Install EGL
- name: Install EGL/upx
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install libegl1
sudo apt-get install libegl1 upx
- name: Install create-dmg
- name: Install create-dmg/upx
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew install create-dmg
brew install create-dmg upx
- name: Install upx
if: ${{ matrix.os == 'windows-latest' }}
run: |
choco install upx -y
- name: Get Information
id: info
Expand Down

0 comments on commit c78dab2

Please sign in to comment.