Browse Source

Try disabling libxcb.

Ian Walton 4 years ago
parent
commit
1f3d55cca0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -24,6 +24,7 @@ jobs:
       run: |
         brew update
         brew install ninja
+        brew install ffmpeg --disable-libxcb --disable-libxcb-shm --disable-libxcb-xfixes
         brew install mpv
     - name: Debug build and test
       run: |