From dbdde3ad10cc063ed291fd82de807fa7be29738a Mon Sep 17 00:00:00 2001 From: Dean M Greer Date: Tue, 18 May 2021 09:09:28 -0400 Subject: [PATCH] macOS.yml: Added jxrlib Since https://github.com/Homebrew/homebrew-core/commit/5f7694179cec2fe63fcc5cd6a5f66d2aee7f7170 the formula now builds dylibs on macOS --- .github/workflows/macOS.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 007d27dc..8a009e2a 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -2,10 +2,7 @@ name: MacOS on: push: - branches: [ master ] pull_request: - branches: [ master ] - workflow_dispatch: jobs: @@ -17,11 +14,13 @@ jobs: - name: Install dependencies run: | + brew update brew install --cask xquartz brew install bison \ faudio \ gphoto2 \ gst-plugins-base \ + jxrlib \ little-cms2 \ mingw-w64 \ molten-vk \ @@ -77,11 +76,13 @@ jobs: - name: Install dependencies run: | + brew update brew install --cask xquartz brew install bison \ faudio \ gphoto2 \ gst-plugins-base \ + jxrlib \ little-cms2 \ mingw-w64 \ molten-vk \