From b73e2135e44420cbeb9b63daaae557c838c3843c Mon Sep 17 00:00:00 2001 From: Ruslan Kabatsayev Date: Mon, 23 Oct 2023 00:05:25 +0400 Subject: [PATCH] it's not a json anymore --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 664a328e749173..73a436e9200d37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: mv exiv2.rb- exiv2.rb cd - export HOMEBREW_NO_INSTALL_FROM_API=1 - brew install --build-from-source exiv2.json + brew install --build-from-source exiv2 brew install qt@5 gsl - name: Checkout repository