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 faf002c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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/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 Expand Up @@ -88,6 +94,7 @@ jobs:
run: cmake .. -G Ninja \
-DCMAKE_BUILD_TYPE=${{matrix.env.build_type}} \
-DOPTION_DEBUG_ASSERT=ON \
-DOPTION_DISABLE_STACKTRACE=ON \
${{matrix.env.cmake}}
working-directory: build
- name: Scripts check
Expand Down

0 comments on commit faf002c

Please sign in to comment.