From d939c9a8b7e86b3e91fd288ec94842cf4e51f45d Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Fri, 14 Apr 2023 10:57:49 +0200 Subject: [PATCH] ccache --- .github/workflows/windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 497f6d32923..634f462a1da 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -36,6 +36,8 @@ env: SHELL: /bin/bash LAYOUT: "${{ contains(inputs.layout, '2020') && 'layout-2020' || 'layout-2013' }}" PACKAGE: "${{ contains(inputs.layout, '2020') && 'windows-msvc-layout2020' || 'windows-msvc' }}" + CCACHE: "ccache" + CARGO_INCREMENTAL: 0 jobs: build-win: @@ -60,6 +62,8 @@ jobs: Start-BitsTransfer -Source https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip -Destination C:\\wix311-binaries.zip Expand-Archive C:\\wix311-binaries.zip -DestinationPath C:\\wix echo "C:\\wix" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + - name: ccache + uses: hendrikmuhs/ccache-action@v1.2 - name: Bootstrap working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}" run: |