We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a651c05 commit 0ef8f2aCopy full SHA for 0ef8f2a
.github/workflows/build.yaml
@@ -22,6 +22,7 @@ jobs:
22
- shell: bash
23
name: "Setup build environment"
24
run: |
25
+ sudo rm -rf dovi_tool/ || true
26
sudo apt-get update
27
sudo apt-get install -y build-essential git pkg-config cmake nasm clang curl python3-pip python3-wheel ninja-build
28
sudo apt-get install -y libva-dev libdrm-dev libpipewire-0.3-dev libasound-dev libpulse-dev libgl-dev libglx-dev libegl-dev libssl-dev hwdata libsystemd-dev
@@ -37,6 +38,7 @@ jobs:
37
38
pushd dovi_tool/dolby_vision
39
sudo -i bash -c "cd $(pwd) && cargo cinstall --release --prefix /usr"
40
popd
41
+ sudo rm -rf dovi_tool/
42
- uses: silenium-dev/actions/jni-natives/ubuntu@main
43
with:
44
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
0 commit comments