Skip to content

Commit

Permalink
plop
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Mar 21, 2024
1 parent 2d8671a commit f61bca3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:
run: |
sudo apt update
sudo apt upgrade -y
sudo apt install -y build-essential libgl1-mesa-glx python3-dev python3-pip python3-wheel python3-setuptools
sudo apt install -y build-essential ffmpeg libsm6 libxext6 libgl1-mesa-glx python3-dev python3-pip python3-wheel python3-setuptools
- name: "Install Pre-requisite (macOS)"
if: matrix.os == 'macos-latest'
run: |
env
- name: "Install Pre-requisite (Windows)"
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit f61bca3

Please sign in to comment.