Skip to content

Commit 0ef8f2a

Browse files
committed
ci: try fixing permissions issue
1 parent a651c05 commit 0ef8f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- shell: bash
2323
name: "Setup build environment"
2424
run: |
25+
sudo rm -rf dovi_tool/ || true
2526
sudo apt-get update
2627
sudo apt-get install -y build-essential git pkg-config cmake nasm clang curl python3-pip python3-wheel ninja-build
2728
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:
3738
pushd dovi_tool/dolby_vision
3839
sudo -i bash -c "cd $(pwd) && cargo cinstall --release --prefix /usr"
3940
popd
41+
sudo rm -rf dovi_tool/
4042
- uses: silenium-dev/actions/jni-natives/ubuntu@main
4143
with:
4244
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}

0 commit comments

Comments
 (0)