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:
parent
606f3e8c70
commit
28171227d0
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user