From 1891ca9475a9b0dbad52c4286d4bcaebc4731194 Mon Sep 17 00:00:00 2001 From: Andres Cera Date: Fri, 10 Jul 2026 07:58:50 -0500 Subject: [PATCH] fix(ci): run runtime verifier with apt privileges --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index a246e4f92..bad9348ff 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -70,7 +70,7 @@ jobs: env: CERALIVE_SRT_VERSION: ${{ inputs.version }} DEB_ARCH: ${{ matrix.arch }} - run: packaging/verify-runtime-replacement.sh "dist/libsrt1.5-ceralive_${CERALIVE_SRT_VERSION}_${DEB_ARCH}.deb" + run: sudo packaging/verify-runtime-replacement.sh "dist/libsrt1.5-ceralive_${CERALIVE_SRT_VERSION}_${DEB_ARCH}.deb" - uses: actions/upload-artifact@v7 with: name: libsrt1.5-ceralive-${{ matrix.arch }}