diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 5caebd79d4ff..5d5aed0b6f3e 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -55,8 +55,6 @@ jobs: CCACHE_BASEDIR: "${{ github.workspace }}" LINUX_DISTRO: "ubuntu" steps: - - name: "Install mold as default linker" - uses: rui314/setup-mold@v1 - name: "Restore ccache" uses: actions/cache@v3