1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-17 09:58:29 +00:00

give linux_armv7l permission to cleanup cache

Authored by: bashonly
This commit is contained in:
bashonly 2025-08-13 07:31:45 -05:00
parent 606f3e8c70
commit 28171227d0
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -191,6 +191,9 @@ jobs:
linux_armv7l:
needs: process
if: inputs.linux_armv7l
permissions:
contents: read
actions: write # For cleaning up cache
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4