From 4569a57337628097930d89c4b0c0667d85bf4f89 Mon Sep 17 00:00:00 2001 From: Andrew Brampton Date: Wed, 20 Mar 2024 10:38:30 -0700 Subject: [PATCH] Enable debug logging on github action To help debug a issue with the ffmpeg fetch. --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 56478613..1db77236 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,6 +12,9 @@ on: jobs: build: runs-on: ubuntu-latest + # Enable debugging to help resolve: + # https://github.com/federicocarboni/setup-ffmpeg/issues/19 + environment: debug strategy: matrix: # Long term supported versions