Skip to content

Commit

Permalink
fix(CI): Fixed failing yt-dlp update job in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Sep 29, 2024
1 parent af3cd1f commit a14f077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
timeout_seconds: 60
max_attempts: 5
retry_on: error
retry_wait_seconds: '30'
command: |
chmod +x Core/src/main/resources/yt-dlp
Core/src/main/resources/yt-dlp -U
Expand All @@ -82,6 +83,7 @@ jobs:
timeout_seconds: 60
max_attempts: 5
retry_on: error
retry_wait_seconds: '30'
command: |
chmod +x Core/src/main/resources/yt-dlp_macos
Core/src/main/resources/yt-dlp_macos -U
Expand All @@ -92,6 +94,7 @@ jobs:
timeout_seconds: 60
max_attempts: 5
retry_on: error
retry_wait_seconds: '30'
command: |
Core/src/main/resources/yt-dlp.exe -U
- name: Set up GraalVM JDK 21
Expand Down

0 comments on commit a14f077

Please sign in to comment.