diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index 9cd59df80..fe5fa41d9 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -117,7 +117,7 @@ jobs: echo '::group::Update/Install dependencies' brew untap --force homebrew/core homebrew/cask brew update || true - brew install qt${{ inputs.qt_version }} vulkan-headers ninja || true + brew install qt@${{ inputs.qt_version }} vulkan-headers ninja || true echo '::endgroup::' - name: 👷 Build