Преглед изворни кода

ci: do 'brew update' & don't run dependent checks on installed things

Anonymous Maarten пре 1 година
родитељ
комит
c4ca64deaf
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .github/workflows/main.yml

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

@@ -66,6 +66,8 @@ jobs:
     - name: Setup Macos dependencies
       if: runner.os == 'macOS'
       run: |
+        export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
+        brew update
         brew install \
           ninja \
           pkg-config \