diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 0c56d8053..bd050f46e 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -281,7 +281,7 @@ jobs: # Using jianmingyong/ccache-action to setup ccache without using brew # It tries to download a binary of ccache from GitHub Release and falls back to building from source if it fails - - name: Setup Ccache + - name: Setup ccache uses: jianmingyong/ccache-action@v1 with: install-type: "binary"