Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joepers committed Nov 21, 2024
1 parent 93c4a79 commit 8c28dc6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,13 @@ jobs:
path: output/

- name: always_run
run: Get-ChildItem -Path "C:\", "D:\" -Recurse -Filter "config.log" -ErrorAction SilentlyContinue
run: find /c/ /d/ -name "aom.pc"
if: failure()

- name: Check PKG_CONFIG_PATH
run: |
env
ls /c/hostedtoolcache/windows/Python/3.9.13/x64/lib/pkgconfig
if: failure()

build-qemu-stage-1:
Expand Down

0 comments on commit 8c28dc6

Please sign in to comment.