Skip to content

Commit

Permalink
Updating builder environment
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Aug 13, 2024
1 parent 85c8af8 commit d6659c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
shell: bash
run: |
apt update
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --no-install-suggests -y git git-lfs \
libxcb1 unzip nodejs curl nodejs npm python3-setuptools build-essential libxcb1-dev
DEBIAN_FRONTEND=noninteractive apt-get install libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev libzimg-dev
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --no-install-suggests -y \
git git-lfs libxcb1 unzip curl python3-setuptools build-essential libxcb1-dev \
libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev \
libpostproc-dev libswresample-dev libswscale-dev libzimg-dev
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d6659c2

Please sign in to comment.