From ec799cf17c26b71ff62e90dd9831cca3f1ecab4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Thu, 2 Jun 2022 18:59:23 +0200 Subject: [PATCH] Add sccache to wallet workflow --- .github/workflows/wallet.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wallet.yml b/.github/workflows/wallet.yml index 8c2570ed13..44e593d9cb 100644 --- a/.github/workflows/wallet.yml +++ b/.github/workflows/wallet.yml @@ -11,6 +11,8 @@ on: jobs: build: runs-on: [ self-hosted, custom-linux ] + env: + RUSTC_WRAPPER: /home/ubuntu/.cargo/bin/sccache steps: - name: Install Dependencies (Linux) run: sudo apt-get update && sudo apt-get -y install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev squashfs-tools