Workaround:CI/macos do not try to update brew images.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 21 Nov 2022 12:48:35 +0000 (21:48 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 22 Nov 2022 04:56:29 +0000 (13:56 +0900)
Updating the given image incurs an error with sbt.
Don't try to update it.

Fixes #3960

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
.github/workflows/macos.yaml

index f226e89..8374d1f 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     - uses: actions/checkout@v3
     - uses: actions/setup-python@v1
     - name: homebrew
-      run: brew install cask && brew update
+      run: brew install cask
     - name: install minimal requirements
       run: brew install meson ninja pkg-config cmake libffi glib gstreamer gst-plugins-base gst-plugins-good numpy
     - uses: BSFishy/meson-build@v1.0.3