Sfoglia il codice sorgente

Tolerate non-fatal errors for mpv install.

Ian Walton 1 anno fa
parent
commit
7bdbd868fe
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      .github/workflows/main.yml

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

@@ -20,8 +20,7 @@ jobs:
     - name: Install dependencies
       run: |
         brew update
-        rm /usr/local/bin/2to3-3.11
-        brew install ninja mpv
+        brew install ninja mpv || true
     - name: Release build
       run: |
         ./download_webclient.sh