Skip to content

Commit

Permalink
CI: add missing boost in linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
IonAgorria committed Oct 7, 2024
1 parent ac97963 commit f8bee5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
run: |
chmod a+x ./docker/linux/prepare_pkgs
./docker/linux/prepare_pkgs
- name: prepare boost
run: |
export DEPS_PREFIX=/opt/out
chmod a+x ./docker/linux/prepare_boost
./docker/prepare_boost
if: steps.cache.outputs.cache-hit != 'true'
- name: build ffmpeg
run: |
chmod a+x ./docker/linux/prepare_ffmpeg
Expand Down

0 comments on commit f8bee5d

Please sign in to comment.