From 5fb044f819b1e4a60d832ac81e6cd9d6f5df5e09 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Wed, 28 Feb 2024 21:18:50 +0000 Subject: [PATCH] feeble attempt to fix macosx CI --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5b422795..8fceaf99 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -73,7 +73,7 @@ jobs: - name: Install Dependencies... run: | brew tap homebrew/cask - brew install qt5 homebrew/cask/macfuse taglib openssl@1.1 cmake ninja libmagic + brew install qt homebrew/cask/macfuse taglib openssl@1.1 cmake ninja libmagic - name: Checking out sources... uses: actions/checkout@v2 - name: Configuring...