diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 366a20757..5830a3e02 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -285,11 +285,11 @@ jobs: with: submodules: recursive - - name: Install ccache and Ninja using Homebrew # (TODO: install them either via GHA or via vcpkg) - shell: bash - run: | - brew update - brew install ccache + - name: Setup Ccache + uses: jianmingyong/ccache-action@v1 + with: + install: true + install-type: "binary" - name: Install Qt ${{matrix.qt_version}} uses: jurplel/install-qt-action@v4