Skip to content

Commit

Permalink
Update handbrake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewt45 authored Oct 1, 2024
1 parent 4dc6855 commit 462b435
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/handbrake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
#22.04会报错依赖冲突 The following packages have unmet dependencies: libgstreamer1.0-dev : Depends: libunwind-dev
# 可以搜索到这个问题,貌似没解决 https://github.com/rust-lang/crates-build-env/issues/125 https://github.com/orgs/community/discussions/113480
# 唔,是 'libunwind-dev' is incompatible with libc++-14-dev and libc++-dev。 所以先只装 libunwind-dev,会自动卸载冲突的。再正常安装其他依赖就行了
env:
DESTDIR: $HOME/handbrake-build-install

# env:
# DESTDIR: /handbrake-build-install

steps:
- name: fix broken deps
Expand All @@ -29,10 +30,10 @@ jobs:
run: |
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
./configure --launch-jobs=0 --launch
sudo make --directory=build install
DESTDIR=/handbrake-build-install sudo make --directory=build install
- name: upload
uses: actions/upload-artifact@v4
with:
name: handbrake
path: $DESTDIR
path: /handbrake-build-install

0 comments on commit 462b435

Please sign in to comment.