瀏覽代碼

don't crash on brew update (#2138)

* don't crash on brew update

* don't update (again) on brew install ccache

* rm 2to3 before. force true on install, too

* rm 2to3 and others; don't update

* dont rm anything ; just install ccache with no update
Alec Jacobson 2 年之前
父節點
當前提交
d91f4edeb0
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/continuous.yml

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

@@ -55,8 +55,7 @@ jobs:
       - name: Dependencies (macOS)
         if: runner.os == 'macOS'
         run: |
-          brew update
-          brew install ccache
+          HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
 
       - name: Cache Build
         id: cache-build