Parcourir la source

Tolerate non-fatal errors for mpv install.

Ian Walton il y a 1 an
Parent
commit
7bdbd868fe
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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